Optimization , you can now set options for any of the other properties shown in the properties list . when debugging optimized code , look at the 如果为“优化”选择了“自定义”选项,便可为属性列表中显示的其他任何属性设置选项。
The x server shipping in sarge contains optimized code which is not properly executed by many transmeta crusoe processors Sarge上的x server包含了一些经过优化的代码,但很多transmeta tm的crusoe tm处理器却无法正确执行它们。
To replace this problem area with optimized code , add optimized exportdata as a conditional compilation symbol to the peopletrax project 若要用优化的代码替换此问题区域,请将optimized _ exportdata作为条件编译符号添加到peopletrax项目中。
Disables certain optimizations , such as if - conversions , software pipelining , and global scheduling optimizations , that make it difficult to debug optimized code 禁用某些增加调试优化的代码难度的优化,如if转换、软件流水线技术和全局调度优化。
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 + +编译器有很多通用的和特定于硬件的编译器优化选项,让您能够生成极度优化的代码。
Knowledge about the target processor is often needed when optimizing code and therefore are a lot of cpu details , such as pipelines , explained in the series too 优化代码经常会用到相关的处理器特性等资料,比如管道线技术,也将在此系列教程中介绍。
Edit and continue is not supported when debugging 64 - bit code , the compact framework , optimized code , mixed native managed code , or sql clr code 在调试64位代码、 compact framework 、优化代码、本机/托管混合代码或sql clr代码时不支持“编辑并继续” 。
Other features , such as stepping , may not behave as expected , since the source code shown in the code editor may be different from the optimized code 其他功能(例如单步执行)的行为可能与预期不同,因为显示在代码编辑器中的源代码可能与优化代码不同。
It also allows us to perform extensive optimizations during deployment , potentially scanning byte code and optimizing code paths , without impacting online systems 它也允许我们在部署期间执行广泛的优化,即潜在地扫描字节码和优化代码路径,而不会影响在线系统。
Before proceeding with code optimization , develop a reliable , nonoptimized version of the same code . this means that before you start optimizing code , make sure that the program works correctly 简单来说就是在优化你的代码之前,先要完成一个没有错误的可行的程序