Files
ladybird/Userland/Libraries/LibJS/Bytecode/Interpreter.cpp
Jonne Ransijn 80f0900565 LibJS: Share argument values buffer between calls
This buffer is being created and then immediately destroyed,
let's reuse it to reduce memory allocations.
2024-11-02 11:15:58 +01:00

158 KiB