• 这个编译指令抑制入口代码产生有益于内嵌汇编函数

    This pragma suppresses the generation of entry code and is useful for inline assembler functions.

    youdao

  • 为了实现这种映射可以访问寄存器位置包括条件编译#指令

    To achieve this mapping, you may include conditional compilation #ifdef in places where you access the registers.

    youdao

  • 编译不会改变程序语义时,作为一种优化可以随意重新排序某些指令

    The compiler is free to reorder certain instructions as an optimization when it would not change the semantics of the program.

    youdao

  • 尝试忽略对某些方法基本JIT编译,因为那样编译得到的一些IS A指令属于主机处理器能够理解集合没有什么意义

    Trying to skip basic JIT compilation of certain methods that the JIT compiled into some of the ISA instructions not belonging to the set understood by the host processor hardly makes sense.

    youdao

  • 编译负责生成然后汇集复制指令,从而形成一个只支持软件解决方案

    The compiler is responsible for generating, and then intertwining the duplicated instruction streams, making it a software-only solution.

    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

  • 编译有可能上述赋值语句编译机器指令

    The compiler will after all very likely compile the above assignment into a single machine instruction.

    youdao

  • 因为传递的xsl中预编译转换指令,所以传递其他方法甚至线程安全

    Because it precompiles the transformation instruction from the XSL it's handed, it is safe for handing off to other methods and even threads.

    youdao

  • 增加了编译器的工作,因为它必须生成这些簿记指令同时增加运行时环境开销,因为它必须执行这些额外的指令

    This creates both work for the compiler, which must generate these bookkeeping instructions, and overhead for the runtime environment, which must execute these additional instructions.

    youdao

  • 还有长远困难就是处理平行代码工具匮乏例如编译可以人可读的代码转变成一些微处理器能够运行指令并且调试者可以发现错误

    A further difficulty is the lack of tools for working with parallel code, such as compilers, to translate human-readable code into something a microprocessor can run, and debuggers to find mistakes.

    youdao

  • 记忆合成指令编译DNA上的密码,用来制造蛋白质帮助恢复记忆合成的能力。

    The memory-formation instructions encoded in the DNA can be used to make proteins, helping restore memory formation.

    youdao

  • 当今编译应用程序都会抓取esc键释出扫描指令定制相应的操作

    Now any compiler or application software just grabs the scan code from the ESC key and tailors the action to what it wants.

    youdao

  • 需要这个文件改名为 ldap_config.h,从而避免在编译源代码文件由于include指令失败而生成错误

    The files does need to be renamed to ldap_config.h so that the source files do not generate errors when being compiled due to a failed include directive.

    youdao

  • 编译DB 2程序时必须编写以下DD语句之一以启动SYSTSIN指令

    If compiling DB2 programs, you must write one of the following DD statement to start the SYSTSIN instructions.

    youdao

  • 提供示例已经经过生成,编译它们指令包含示例顶级目录README.html文件中。

    The examples are supplied already built, although instructions on compiling them are provided in the README.html file in the sample package's top-level directory.

    youdao

  • 复合intrinsic编译多条指令的intrinsic。

    The composite intrinsics are those that compile to multiple instructions.

    youdao

  • 与其时间在xsl进行多次传递宁愿指令编译Templates对象中,完成XSL处理。

    Rather than pay for multiple passes over the XSL, I prefer to precompile the instructions into a Templates object and be done with the XSL processing.

    youdao

  • 另外如果希望使用某条特定指令而不希望编译来选择指令那么可以使用specific intrinsic来执行几乎所有非分支指令

    In addition, if you want a specific instruction rather than having the compiler choose one, you can perform almost any non-branching instruction with the specific intrinsics.

    youdao

  • 因为include指令编译时候处理的,包括指令中的任何内容都是在page作用域的上行文中操作的。

    Because include directives are processed at compile time, any content included in directives will operate in the context of the page scope.

    youdao

  • 确保编译不会指令一个同步内部外部(虽然某些情况下指令从同步块的外部移到内部)。

    It also ensures that the compiler does not move instructions from inside a synchronized block to outside (although it can in some cases move instructions from outside a synchronized block inside).

    youdao

  • 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

  • 需要知道J VM能否确定主机处理器体系结构,以使得JIT编译可以那个体系结构生成正确指令

    You also need to know whether the JVM correctly determines host processor architecture so that the JIT compiler can produce the correct set of instructions for that architecture.

    youdao

  • 如果没有可以生成代码利用底层处理器架构指令编译那么最快机器也将无用的。

    If you don't have a compiler that can produce code to take advantage of the underlying processor architecture and instruction set, then the fastest machines will be useless.

    youdao

  • 为了生成主机处理器正确指令JIT编译需要明确地确定底层的处理器体系结构类型

    In order to generate the exact set of the host processor's instructions, the JIT compiler needs to precisely determine the architecture type of the underlying processor.

    youdao

  • 为了消除解释高性能代价JIT编译选择将频繁执行代码直接转换CPU本地指令

    To eliminate interpretation's high performance cost, a JIT compiler selects frequently executed code to be translated directly to the CPU's native instructions.

    youdao

  • 当今编译应用程序都会抓取esc键释出扫描指令定制相应的操作。这没有什么问题

    Now any compiler or application software just grabs the scan code from the ESC key and tailors the action to what it wants. Nothing wrong with that.

    youdao

  • 编译生成指令就是将要执行机器码,一般情况下,可以合理地理解它们时间特征

    The instructions generated by the compiler are the actual machine instructions that are going to be executed, and their timing characteristics are reasonably well understood in the common cases.

    youdao

  • 本地编译编译与本机同类处理器指令

    A native compiler compiles instructions for the same sort of processor as the one it is running on.

    youdao

  • 这个想法已经硬件设计所采纳:80年代起指令编译器设计而不那么考虑我们程序员了。

    This idea is even built into the hardware now: since the 1980s, instruction sets have been designed for compilers rather than human programmers.

    youdao

  • 使用-g选项编译源代码时,dump文件通常包含一行行的源代码以及对应实现指令

    When the source is compiled with the -g option, the dump file will have line-by-line source and corresponding instructions for implementation.

    youdao

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

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

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