Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 514 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 514 Bytes

Fallqs' Compiler Proj

This project is far from perfect. In fact, its development faced collossal difficulty and made me went through a rockyroad.

However, the tiring and exhausting experience ended up with a not-so-bad result -- it compiles fast ASMs.

Part of the reasons why including the implementation of SSA, MCS-based Register distribution and SCC-heuristic dead code elimination.

It is a pity that auto-inline was not implemented, leaving a bit meaningless jump commands that decrease executing speed.