Tagged Questions
4
votes
1answer
766 views
SSA for stack machine code
I'm working on a compiler for a stack machine (specifically CIL) and I've parsed the code into a graph of basic blocks. From here I'm looking to apply SSA to the methods, but it's not going too well. ...