An open API service indexing awesome lists of open source software.

https://github.com/playxe/stack2ssa

Simple implementation of stack to SSA IR lowering
https://github.com/playxe/stack2ssa

bytecode compiler cranelift intermediate-code-generation jit ssa stack

Last synced: about 1 month ago
JSON representation

Simple implementation of stack to SSA IR lowering

Awesome Lists containing this project

README

          

# stack2ssa
Simple implementation of stack to SSA IR lowering. Implementation is based on JikesRVM BC2IR pass except removed all the unecessary features like exception handlers and self-regen blocks