因为最佳化可能变更编译器所建立的程序码,我们会建议您侦错应用程序,并测量它的效能,然后最佳化程序码。
Because optimization might change the code created by the compiler, we recommend that you debug your application and measure its performance, and then optimize your code.
您可以要求JIT编译器不最佳化最终的机器码。
You can request the JIT-compiler to not optimize the resulting machine code.
在最佳化(发行)版期间,您可能会收到在侦错版期间未曾收到的编译器警告。
You may receive compiler warnings during an optimized (release) build that you did not receive during a debug build.
整个程序最佳化可以让编译器以程序中所有模组的资讯执行最佳化。
Whole program optimization allows the compiler to perform optimizations with information on all modules in the program.
可用来设定定义编译器行为的编译属性,例如编译器警告、最佳化和编译常数。
Allows you to set compilation properties defining compiler behavior, such as compiler warnings, optimizations, and compilation constants.
对于全域通用子运算式最佳化,编译器会搜寻整个函式中有没有通用子运算式。
For global common subexpression optimization, the compiler searches entire functions for common subexpressions.
对于区域通用子运算式最佳化,编译器会检查程序码的短区段中有没有通用子运算式。
For local common subexpression optimization, the compiler examines short sections of code for common subexpressions.
对于区域通用子运算式最佳化,编译器会检查程序码的短区段中有没有通用子运算式。
For local common subexpression optimization, the compiler examines short sections of code for common subexpressions.
应用推荐