The introduction of css-nesting (original VS resolved selector list) has introduced a small performance regression on selector matching benchmark. https://perf.webkit.org/v3/#/charts?since=1663309346443&paneList=((22-1649-null-null-(5-2.5-500))) Adding a UNLIKELY to help the compiler mitigate the performance decrease in the most frequent case (no nesting) could help.
<rdar://problem/105883716>
Pull request: https://github.com/WebKit/WebKit/pull/10665
Pull request: https://github.com/WebKit/WebKit/pull/11656
Committed 261809@main (29a558295527): <https://commits.webkit.org/261809@main> Reviewed commits have been landed. Closing PR #11656 and removing active labels.