Initial implementation of SSA Transform #1
dibyendumajumdar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The implementation is based on description in 'Engineering a Compiler' and the paper 'Practical Improvements to the Construction and Destruction of Single Static Assignment Form' by Preston Briggs.
Implementation is here: https://github.com/CompilerProgramming/ez-lang/blob/main/optvm/src/main/java/com/compilerprogramming/ezlang/compiler/SSATransform.java
Beta Was this translation helpful? Give feedback.
All reactions