Files
ladybird/Libraries/LibJS/Runtime
Andreas Kling 69bbf0285b LibJS: Let the VM cache an empty ("") PrimitiveString
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.
2020-09-22 20:10:20 +02:00
..
2020-06-07 19:29:40 +02:00
2020-08-23 22:00:05 +02:00
2020-07-23 17:31:08 +02:00
2020-06-06 22:13:01 +02:00
2020-07-13 15:07:29 +02:00
2020-07-13 15:07:29 +02:00