Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

![High-Level flow chart](docs/flow_chart.png)

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