Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement code generation inspector view #37

Open
mejedi opened this issue Feb 23, 2020 · 0 comments
Open

Implement code generation inspector view #37

mejedi opened this issue Feb 23, 2020 · 0 comments

Comments

@mejedi
Copy link
Collaborator

mejedi commented Feb 23, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant