Evan加入了JIT架构,以及一个动态的字节码解释器。
Evan has added a JIT framework that can be enabled, along with a dynamically generated bytecode interpreter.
PHP是编译为字节码解释器的每个命令在读书吗?
Does PHP interpreter compiles to bytecode every command during the reading?
字节码解释器(JVM)需要运行,所以它的绝对不是一个机器码。
Bytecode needs interpreter (JVM) to run, so it's definitely not a machine code.
字节码解释器向进程表大约添加65MB(除了最大堆大小128 MB之外),并随最大堆大小的增加而增加。
The bytecode interpreter adds about 65mb to the process table (over the maximum heap size for a 128mb heap), and increases in size as does the maximum heap size does.
运行时变量只是常规Python解释器处理的原始字节码和对象结构。
Run-time variables are simply the raw bytecodes and object structures that the regular Python interpreter handles.
原因应该和在编译字节码之前,scala解释器把脚本中的语句转换为合法的scala代码的方法有关。
The reason has to do with the way the interpreter converts statements in scripts to valid Scala code before compiling to byte code.
但是当Python解释器运行应用程序时,Psyco会不时地检查,看是否能用一些专门的机器代码去替换常规的python字节码操作。
But while the Python interpreter is running an application, Psyco sometimes checks to see if it can substitute some specialized machine code for regular Python bytecode actions.
但是当Python解释器运行应用程序时,Psyco会不时地检查,看是否能用一些专门的机器代码去替换常规的python字节码操作。
But while the Python interpreter is running an application, Psyco sometimes checks to see if it can substitute some specialized machine code for regular Python bytecode actions.
应用推荐