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

Implement code generation inspector view

Open mejedi opened this issue 5 years ago • 0 comments

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.

Additional LuaJit instrumentation needed. Should we record unoptimised IR sequence in addition to normal output, and process that on demand?

mejedi avatar Feb 23 '20 17:02 mejedi