DontBelieveMe / helix

"Compiler Optimisation Techniques" - BSc Computer Science Final Year Project (Sheffield Hallam University)
2 stars 0 forks source link

Limit the number of abstract IR instructions #21

Closed DontBelieveMe closed 2 years ago

DontBelieveMe commented 2 years ago

Add upper bound on the number of abstract IR instructions (e.g. 1024) so that they never will mix with the real machine instructions (defined in an upper bound)