WebSafe 3.7github.com
|
|
🏠
Skip to content
#

optimizing-compiler

Here are 19 public repositories matching this topic...

An optimizing compiler for the SysY2022 language that targets 32-bit ARMv7 assembly. It features a full front end (lexer/parser, AST, semantic analysis), an MIR+SSA-based middle end with classic optimizations, and a practical ARM backend with register allocation, producing linkable .s output for the SysY runtime.

  • Updated Feb 18, 2026
  • C++

Improve this page

Add a description, image, and links to the optimizing-compiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the optimizing-compiler topic, visit your repo's landing page and select "manage topics."

Learn more