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

Decompiler - MIPS to SSA #14

Open
awygle opened this issue Jul 15, 2019 · 0 comments
Open

Decompiler - MIPS to SSA #14

awygle opened this issue Jul 15, 2019 · 0 comments

Comments

@awygle
Copy link
Owner

awygle commented Jul 15, 2019

In preparation for a JIT, we'll need a decompiler from MIPS to an SSA representation of the code. From there we can do register allocation, perhaps some minor optimizations, etc. It's basically the first step in any real compiler we'd write.

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