本文介绍了基于寄存器的虚拟机如何工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
基于寄存器的虚拟机如何工作?我正在寻找有关基于寄存器的虚拟机如何工作的介绍.有人可以帮忙吗?
How does a register based virtual machine work?I am looking for introduction to how a register based virtual machine works.Can someone please help?
谢谢.
推荐答案
具有可用源代码的基于寄存器的VM的一个示例是 Lua .有很多资源可能会帮助您...
One example of a register-based VM with available source code is Lua. There are a number of resources that might help...
- Lua 5.0的实现 Lua本身的作者.
- LuLu 在Lua中实现的Lua VM,是日语博客的伴侣.
- Lua 5.1 VM指导的简洁介绍从经常为Lua社区做出贡献的人.
- The Implementation of Lua 5.0 From the authors of Lua itself.
- LuLu The Lua VM implemented in Lua, companion to a blog in Japanese.
- A No Frills Intro to Lua 5.1 VM Instructions From a frequent contributor to the Lua community.
这篇关于基于寄存器的虚拟机如何工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!