1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00
serenity/Userland/Libraries/LibJS/JIT
Zaggy1024 dfaf645302 LibJS: Add an inline JIT fast path when ToNumeric has nothing to do
In most cases, this op will do nothing, as it is running on an the
accumulator while it already contains a number. Let's avoid doing that
native call.
2023-10-30 07:10:54 +01:00
..
Compiler.cpp LibJS: Add an inline JIT fast path when ToNumeric has nothing to do 2023-10-30 07:10:54 +01:00
Compiler.h LibJS: Add an inline JIT fast path when ToNumeric has nothing to do 2023-10-30 07:10:54 +01:00
NativeExecutable.cpp LibJS/JIT: Dump disassembly of generated code using LibX86 2023-10-27 21:49:55 +02:00
NativeExecutable.h LibJS/JIT: Dump disassembly of generated code using LibX86 2023-10-27 21:49:55 +02:00