Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 211 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 211 Bytes

Designing and implementing a compiler from scratch in Java with the following features: constant folding, common sub expression elimination, copy propagation, calculation of live ranges and register allocation.