mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 02:16:39 +02: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. :^)