mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
This allows global `let` and `const` variable accesses to be cached by the GetGlobal instruction, and works even when the access is in a different translation unit from the declaration. Knocks a ~10% item off the profile on https://ventrella.com/Clusters/ (cherry picked from commit 9448c957c136e62b374a0f8998d1d51906e59fb5)