本文介绍了在哪里了解字节码生成?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试学习有关为虚拟机生成代码的信息。在哪里可以找到更多有关此主题的有用书籍?对于Stack Overflow来说,这可能是一个不好的问题,但我真的很困惑,我到处都在寻找好的资源。

I'm trying to learn about generating code for a virtual machine. Where can I find out more about this, any useful books that are about this topic? This is probably a bad question for Stack Overflow, but I'm really confused and I've searched everywhere for a good resource.

推荐答案

不过是题外话

阅读Queinnec的

read Queinnec's Lisp in Small Pieces

研究(5.2或更高版本),来自Ocaml字节码解释器的 (文件)和

study the source code of lua (5.2 or newer), of nekoVM, of Ocaml bytecode interpreter (file byterun/interp.c), and of parrot

这篇关于在哪里了解字节码生成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 01:47