优化的代码 meaning in English
optimized code
Examples
- Disables certain optimizations , such as if - conversions , software pipelining , and global scheduling optimizations , that make it difficult to debug optimized code
禁用某些增加调试优化的代码难度的优化,如if转换、软件流水线技术和全局调度优化。 - Window to see what instructions are actually created and executed . when setting breakpoints , you need to be aware that the breakpoint may move along with an instruction
调试优化的代码时,请查看“反汇编”窗口以了解实际创建和执行了哪些指令。 - There are many general and hardware - specific compiler optimizations available on the ibm xl c c compiler that allow you to produce highly optimized code
Ibm xl c / c + +编译器有很多通用的和特定于硬件的编译器优化选项,让您能够生成极度优化的代码。 - Programmers can select various optimizations to balance execution speed with code size while intelligent defaults can generate optimal code out of the box
编程人员可以选择各种优化方式,均衡执行速度和代码大小,同时智能默认值可以生成优化的代码。 - Produces code that is optimized for a specific x64 architecture or for the specifics of micro - architectures in both the amd64 and extended memory 64 technology em64t architectures
生成为amd64结构和扩展内存64技术em64t结构中特定的x64结构或特定的微结构优化的代码。