• In the event of the machine not operating correctly, an error code will appear.

    如果机器运转正常就会出现错误代码

    《牛津词典》

  • For instance, it takes you to a page of machine code and does not open in an appropriate RSS feed reader.

    例如转入一个充满机器代码页面,而不是合适RSS阅读器打开

    youdao

  • Often the target language is a binary format like machine code, but not always.

    目标语言通常二进制格式机器代码),总是这种格式。

    youdao

  • Compilers and assemblers automatically translate representations all the way down to efficient machine code.

    编译器汇编程序自动地表示一直向下翻译有效机器代码

    youdao

  • Both had custom instruction sets, with programs designed in their raw machine code.

    通过原型代码中设计程序两者自定义指令

    youdao

  • The second message indicates that compilation has completed, and the hexadecimal address represents the starting offset of the machine code that will be executed each time the method is invoked.

    第二条消息说明编译过程已经完成了十六进地址表示每次调用这个方法时,执行的机器代码起始偏移量

    youdao

  • A convenient place to put the state machine code.

    能够方便放置状态代码位置。

    youdao

  • First, you shouldn't assume that the above assignment would be compiled as a single machine instruction unless you personally verify the machine code yourself.

    首先,不应该假定上述赋值语句一定会编译机器指令除非亲自验证机器代码。

    youdao

  • In order to restore the HMC using the backup made in the script above, you must first reinstall the HMC machine code, and then restore the data from either the DVD or remote server.

    使用上面脚本所建立的备份恢复HMC必须首先重新安装HMC机器代码然后DVD远程服务器恢复相应的数据

    youdao

  • The JVM performs JIT compilation of byte code into machine code.

    JVM可将字节代码即时编译机器代码。

    youdao

  • The JVM interpreted the bytecodes rather than compiling them to machine code and executing the machine code directly.

    JVM解释字节码,不是把字节码编译机器码直接执行机器码。

    youdao

  • If LLVM is compiled in, the JIT is on by default, automatically compiling methods that are run a lot into machine code.

    如果编译时加入LLVM,会默认开启JIT自动将多次运行方法编译成机器码

    youdao

  • Those who downplayed the concern noted that the date would translate into machine code as 090999, which would not stop any process.

    那些重视这种忧虑的人注意到,日期转化如同090999一样的机器代码不会停止任何计算处理。

    youdao

  • Unlike Pyrex, Psyco does not exactly type variables but rather creates several speculative machine code versions of each Python block based on each hypothesis about what the data types might be.

    Pyrex不同,Psyco并不精确地限定变量类型而是根据数据可能哪种类型每种假设每个Python代码块创建几种可能机器代码

    youdao

  • 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字节码操作。

    youdao

  • Because of our JIT technology, we can offer performance higher than MacRuby as well because we can take advantage of profiled information to generate faster machine code.

    由于我们独特JIT技术我们能够提供MacRuby更加优异的性能。这项技术能够高效地利用程序剖析信息从而产生更加快速机器代码。

    youdao

  • As you saw in the December installment, the HotSpot JVM first executes a code path in interpreted mode, and only compiles it to machine code after a certain amount of execution.

    12月份文章中可以看到HotSpotJVM首先解释方式执行代码路径,然后在经过一定量的执行后,将其编译机器代码。

    youdao

  • Psyco — to keep it very shortis a just-in-time (JIT) compiler of Python code into (x86) machine code.

    Psyco可以保持代码非常简短(x86)机器代码中的一个JITPython代码编译器

    youdao

  • For instance, in machine code there is no "for" loop as most of us would understand them.

    例如机器码没有我们所熟知for循环

    youdao

  • Potentially, a later version might know how to target those Python operations that could actually benefit most, and discard cached machine code for non-optimizable sections.

    可能今后版本知道如何针对那些真正最大获益Python,并且丢弃不可优化部分高速缓存机器码

    youdao

  • Moreover, for applications with large numbers of functions and classes, enabling Psyco application-wide adds a large burden in machine-code compilation and memory-usage for this caching.

    而且对于含有大量函数应用程序来说,在整个应用程序范围启用Psyco,会机器码编译用于高速缓存的内存使用方面增加大量的负担

    youdao

  • The expression is compiled into LLVM IR, then bitcode, then assembly, then machine code. True compilation.

    表达式编译LLVMIR然后转换成位码(bitcode),再变成汇编语句,最后变成机器码。

    youdao

  • The way you use a precompiled machine code module is, from the Python point of view, exactly the same.

    Python角度来看,使用事先编译好的机器码模块方式和用 Python源代码模块没什么区别。

    youdao

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

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

    youdao

  • Second, these languages are not translated into machine code by hand.

    其次这些语言不用手工地翻译机器码

    youdao

  • A static compiler converts source code directly to machine code that can be directly executed on the target platform, and different hardware platforms require different compilers.

    静态编译直接源代码转换成可以直接目标平台执行机器代码不同硬件平台要求不同的编译器。

    youdao

  • Looking at just the leaf node, this resembles the source code to a fair extend. Next this is translated into the machine code of the regular expression engine.

    叶子节点好像一种略加扩展源代码,而下一步便是把转换正则表达式引擎所使用机器码

    youdao

  • Early programming was done at the bare machine level, using machine code instructions.

    早期程序设计利用机器代码指令裸机层次上完成

    youdao

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

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

    youdao

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

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

    youdao

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

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

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