mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-02 10:46:01 +00:00
Empty string is extremely common and we can avoid a lot of heap churn by simply caching one in the VM. Primitive strings are immutable anyway so there is no observable behavior change outside of fewer collections.