https://github.com/brandonki/just-another-backend
Optimizing compiler backend
https://github.com/brandonki/just-another-backend
compiler compiler-optimization
Last synced: about 1 year ago
JSON representation
Optimizing compiler backend
- Host: GitHub
- URL: https://github.com/brandonki/just-another-backend
- Owner: BrandonKi
- License: mit
- Created: 2022-04-28T20:36:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T13:33:12.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T05:22:56.375Z (about 1 year ago)
- Topics: compiler, compiler-optimization
- Language: C++
- Homepage:
- Size: 142 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moved into jcc monorepo: https://github.com/BrandonKi/jcc/tree/main/jb
# just-another-backend
Just another optimizing compiler backend with a two-tiered graph-based static single assignment intermediate representation
WIP
misc. (unfinished)stuff

register allocator based loosely on
https://dl.acm.org/doi/10.1145/330249.330250