C编译中的优化技术分析
Analyzing the Optimization Techniques in C Compilers
-
摘要: 本文着重分析了著名C编译器Microsoft C6.0A优化编译C程序时所使用的各种优化技术,如代数优化、常数优化、循环优化、尾优化等。同时论证了哪些优化技术对提高程序的速度是显著有效的,并通过对测试结果的比较和统计,进一步指出人工优化对提高程序效率的作用。Abstract: The major optimization techniques used in Microsoft C6.0 A are presented in this paper. After testing some benchmarks of the optimization techniques and comparing with the results, you can find which of those optimization techniques are more effective. The paper also expounds that the handcoded optimizations in programming will make your C programs more efficient
下载: