You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
JVM/mlvm related attenders are Jython, JRuby, Da Vinci Machine Project.
Key questions:
- What's the basic operating mechanism for this VM?
- What are the hardest problems we have in this VM?
- What are the most interesting techniques used in this VM?
Some JVM-specific topics:
- Babel on a Java-centric VM. (Multi-language pain points.)
- Bytecode generation joys and woes.
- Connecting with HotSpot optimizations.
- Integration with Java data structures and APIs.
Basic Operating Mechanism
Hardest Problems
Interesting Techniques