luajit.me icon indicating copy to clipboard operation
luajit.me copied to clipboard

LuaJIT compiler explorer

Results 16 luajit.me issues
Sort by recently updated
recently updated
newest added

Tabular display with Lua source code, bytecode, IR and assembly side-by-side. Makes it easy to follow the bytecode instruction — IR sequence mapping, and IR instruction — assembly sequence mapping....

Write binary trace while running a user-submitted code. Convert the binary to JSON as a separate step. Rationale: less invasive (current solution skews profiling data), traces still displayed if the...

Currently not done; all runners have just 1 CPU, so only one job runs at a time. Required for arm64 support (#33), the most likely Cloud provider Scaleaway offers 4...

Backend to produce a self-descriptive bytecode format, to be converted to text on client side. This will enable: * better constants display (currently: `FNEW 0 0 ; :1`); * branch...