Gross – Research Compiler Using Graph IR for Code Optimizations and Generations

Gross – Research Compiler Using Graph IR for Code Optimizations and Generations

GROSS is a research compiler used for studying non-traditional Graph IR, which has advantages on both code optimization and code generations. This compiler was originally created as a class project in Advanced Compiler Construction(CS241) in UC Irvine. The Graph IR is inspired by TurboFan JIT compiler in V8 javascript engine, which is also called “Sea of Nodes” IR.

Source: github.com