Files
ladybird/Userland
Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM
Roughly 7% of test-js runtime was spent creating FlyStrings from string
literals. This patch frontloads that work and caches all the commonly
used names in LibJS on a CommonPropertyNames struct that hangs off VM.
2020-10-13 23:57:45 +02:00
..
2020-10-03 12:36:49 +02:00
2020-06-13 12:43:22 +02:00
2020-10-03 12:36:49 +02:00
2020-02-18 11:35:47 +01:00
2020-02-20 13:20:34 +01:00
2020-06-13 12:43:22 +02:00
2020-08-06 20:41:13 +02:00
2020-10-12 20:03:54 +02:00
2020-06-18 23:00:19 +02:00
2020-02-18 13:29:54 +01:00
2020-06-13 12:43:22 +02:00
2020-06-13 12:43:22 +02:00
2020-07-19 11:46:37 +02:00
2020-08-11 20:29:14 +02:00
2020-05-15 00:01:01 +02:00
2020-06-17 15:02:03 +02:00
2020-10-04 23:08:49 +02:00
2020-02-18 13:29:54 +01:00
2020-02-18 11:35:47 +01:00
2020-05-28 11:01:08 +02:00