收集的几个JVM以及.NET现实项目,供学习用。
Hotspot
http://hg.openjdk.java.net/ 官方的JVM
ParparVM
https://github.com/codenameone/CodenameOne/tree/master/vm 将java字节码翻译为C语言
vmkit
https://github.com/llvm-mirror/vmkit 基于LLVM的JVM和.NET虚拟机
Bugvm
https://github.com/bugvm/bugvm robovm闭源以后的衍生品
Parrot
https://github.com/parrot/parrot 多语言虚拟机
OMR
https://github.com/eclipse/omr IBM推出的虚拟机框架
Jamvm
https://github.com/cfriedt/jamvm 轻量级JVM
avian
https://github.com/ReadyTalk/avian 小型JVM
.NET CoreCLI
https://github.com/dotnet/coreclr 官方开源.NET运行时
mono
https://github.com/mono/mono 开源.NET运行时
LLILC
https://github.com/dotnet/llilc 基于LLVM的.NET实现