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

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

    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

  • 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

  • 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

  • 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

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

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

    youdao

  • But then, what do high-level languages do that you can't do in machine code?

    但是高级语言能够完成哪些机器码无法完成的任务呢?

    youdao

  • His article covers the core operating principals of Microsoft's implementation such as the machine code used by compiled regular expressions.

    文章谈及微软实现中的一些核心操作原理编译正则表达式时使用机器码。

    youdao

  • Under normal circumstances a function will only be inlined if the resulting machine code is smaller than the original version at the call site.

    常规情况下,函数只有调用空间中的结果机器码原始版本要小时,才能内联

    youdao

  • You can look at the generated machine code and see that there's a chunk of your program missing.

    可以查看生成机器码查看是否漏了程序

    youdao

  • The bytecode that makes up the executable portion of the class file is actually machine code for a special kind of computerthe JVM.

    构成文件可执行部分字节实际上针对特定类型计算机jvm机器码。

    youdao

  • The Numbers in the left column are the memory locations where the machine code is located. The corresponding assembly language is in the right column.

    数字代表机器码所在内存地址右边的列代表相应汇编语言

    youdao

  • This comes up when having to translate machine code from one architecture to another.

    翻译机器代码构架另一个地方

    youdao

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

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

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