Learning resources - stack machines, JVM especially [closed]

六眼飞鱼酱① 提交于 2019-12-04 10:13:09

I learned what the JVM did by reading The "Java Virtual Machine Specification" by Tim Lindholm back in 1999.

I don't really know where to find as good a resource about more modern technologies like the JIT compilation that the Hotspot VM can do.

I've found a lot of what I was looking for now, in the final chapter of "Structure and Interpretation of Computer Programs". You are going to have to read through all the book though since they constantly build on examples and concepts from earlier on.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!