Files
ladybird/Userland/Libraries/LibJS/Runtime/ScriptFunction.cpp
Andreas Kling 4ba2eb8fe5 LibJS: Cache generated bytecode for ScriptFunction
It's silly to generate new bytecode every time you call a function.
Let's just cache the code instead. :^)
2021-06-07 18:11:59 +02:00

8.1 KiB