Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonki/just-another-backend
Optimizing compiler backend
https://github.com/brandonki/just-another-backend
Last synced: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T13:33:12.000Z (6 months ago)
- Last Synced: 2024-07-16T16:27:50.675Z (6 months ago)
- Language: C++
- Homepage:
- Size: 142 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- 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 representationWIP
misc. (unfinished)stuff
![High-Level flow chart](docs/flow_chart.png)
register allocator based loosely on
https://dl.acm.org/doi/10.1145/330249.330250