This is the repository of MIPT course where will be written a compiler with Sea of nodes IR for a virtual machine which is written earlier.
mkdir build && cd build
cmake -GNinja ..
ninja
cd build
ninja tests
A Simple Graph-Based Intermediate Representation
, Cliff Click, Michael Paleczny, 1995Global code motion/global value numbering
, Cliff Click, 1995