mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-30 08:24:58 +00:00
We were hitting strcmp() in every variable lookup to see if the lookup
was for "this". Caching a FlyString("this") turns that check into one
pointer comparison instead. :^)