Files
ladybird/Userland/Libraries/LibJS/Bytecode
Andreas Kling da107ec9fb LibJS/Bytecode: Add fast paths for many binary expression instructions
By handling common cases like Int32 arithmetic directly in the
instruction handler, we can avoid the cost of calling the generic helper
functions in Value.cpp.
2024-02-20 21:25:18 +01:00
..
2023-11-17 19:06:25 +01:00