aalhour / awesome-compilers

:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
http://aalhour.com/awesome-compilers
Other
8.95k stars 648 forks source link

Add Maxine VM to JVMs #84

Open zakkak opened 5 years ago

zakkak commented 5 years ago

Maxine VM is a metacircular VM that supports Java. It is compatible with the latest OpenJDK 8 classpath, it is modular and features tiered JIT compilation. It is oriented towards research rather than production use.

Link to github repo https://github.com/beehive-lab/Maxine-VM