Files
ladybird/Userland/Libraries/LibJS/JIT/Compiler.cpp
Andreas Kling ea65214c57 LibJS/JIT: Add fast path for Increment with Int32 value
This uses a new branch_if_int32() mechanism that takes a code generating
lambda whose code will run if the input register is an Int32 JS::Value.
2023-10-27 19:07:22 +02:00

36 KiB