Files
ladybird/Userland/Libraries/LibJS
Andreas Kling bf46845819 LibJS: Avoid a temporary AK::String when lexing already-seen identifiers
By using the FlyString(StringView) constructor instead of the
FlyString(String) one, we can dodge a temporary String construction.

This improves parsing time on a large chunk of JS by ~1.6%.
2021-09-18 19:54:24 +02:00
..
2021-09-14 21:41:51 +02:00
2021-09-14 21:41:51 +02:00