Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
765 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. ...
3
votes
2answers
310 views

How does a register machine differ from a stack machine?

How does a register machine differ from a stack machine?
2
votes
2answers
413 views

Learning resources - stack machines, JVM especially

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: ...