• JIT通过代码编译成机器这样可以减少翻译Python指令时间,以此提高代码执行速度。 “在CPython里,” Winter 解释道,“一部分的开销很大;在这方面只做了较小的调整就使CPython 2.7有了近15%速度提升。”

    Using a JIT will speed up execution by compiling to machine code, thus eliminating the overhead of fetching, decoding, and dispatching Python opcodes.

    youdao

  • 解释代码路径一定次数之后,会把重新编译机器

    After interpreting a code path a certain number of times, it is compiled into machine code.

    youdao

  • Rubinius这样的Ruby1.9虚拟机可以将Ruby代码编译操作然后解释执行

    Ruby 1.9, like Rubinius, compiles Ruby source code to opcodes which are then executed by it's opcode interpreter.

    youdao

  • 但是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.

    youdao

  • 原因应该编译字节之前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.

    youdao

  • 原因应该编译字节之前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.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定