mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-26 15:25:48 +00:00
The save/load of parser state performed by lookahead parsing is quite expensive so let's try to avoid it in the most common case. This is a 15-20% speedup on various chunks of JS I've tested. :^)