mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-10 23:49:47 +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. :^)