This levelofoptimization is unmatched in any other language on the platform.
平台中的其他任何语言都无法做到这一级别的优化。
2
This uses the compiler flags -O, -O2, -O3, where each levelofoptimization applies higher levels of optimization techniques to squeeze more and more performance.
这使用编译器标志 -O、-O2、-O3(优化级别依次增高)来进一步挖掘性能潜力。
3
With each higher levelofoptimization, compile time and systems resources used to compiler the source code increase as the additional amount of performance squeezed out decreases.