StrongerXi / soc

Compiler for a subset of OCaml
1 stars 0 forks source link

Call instruction needs to 'read' from arg temps/regs. #30

Closed StrongerXi closed 3 years ago

StrongerXi commented 3 years ago

A nice bug fix, but a terrible, or terribly fortunate, discovery of a new bug.

The greedy register allocator is broken. It might not terminate. #29

I had to turn off the rudimentary integration test.