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
- Host: GitHub
- URL: https://github.com/playxe/stack2ssa
- Owner: playXE
- License: unlicense
- Created: 2022-02-20T08:18:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T10:29:22.000Z (about 4 years ago)
- Last Synced: 2025-04-15T17:04:37.740Z (about 1 year ago)
- Topics: bytecode, compiler, cranelift, intermediate-code-generation, jit, ssa, stack
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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