3
votes
1answer
245 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. …
2
votes
2answers
169 views
Learning resources - stack machines, JVM especially
Hi, I'm curious if anyone have any really good tutorials/articles/books for learning about stack machines in general, and the JVM in particular. I know these ones:
…
