1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:47:36 +00:00
serenity/Userland/Libraries/LibJS/JIT
Idan Horowitz f19349e1b6 LibJS: Instantiate primitive array expressions using a single operation
This will not meaningfully affect short array literals, but it does
give us a bit of extra perf when evaluating huge array expressions like
in Kraken/imaging-darkroom.js
2023-11-18 08:37:34 +01:00
..
Compiler.cpp LibJS: Instantiate primitive array expressions using a single operation 2023-11-18 08:37:34 +01:00
Compiler.h LibJS: Instantiate primitive array expressions using a single operation 2023-11-18 08:37:34 +01:00
NativeExecutable.cpp LibJS/JIT: Don't crash when dissassembling an empty basic block 2023-11-07 11:33:04 +01:00
NativeExecutable.h LibJS/JIT: Support alternative entry point blocks 2023-11-03 07:31:11 +01:00