字节码编译器是否首先将源代码转换为 VM 汇编语言,然后再转换为 VM 字节码?
例如
[Source Code] --> { [VM Bytecode Compiler (lex, parse into AST)] --> [AST to VM assembly] } --> [VM Assembler] --> [VM Bytecode]
字节码编译器是否首先将源代码转换为 VM 汇编语言,然后再转换为 VM 字节码?
例如
[Source Code] --> { [VM Bytecode Compiler (lex, parse into AST)] --> [AST to VM assembly] } --> [VM Assembler] --> [VM Bytecode]