How can a JVM be written in Java

后端 未结 10 677
再見小時候
再見小時候 2020-12-13 09:10

I was briefly reading about Maxine which is an open source JVM implementation that written in Java. This sounds circular to me. If java requires a virtual machine to run i

10条回答
  •  青春惊慌失措
    2020-12-13 09:44

    You can have a look at the well-established method of bootstrapping compilers. I think it started in the 70s...

提交回复
热议问题