- 2
- 0
- 约1.45万字
- 约 30页
- 2017-09-15 发布于河南
- 举报
编程注意(Programming attention)
编程注意(Programming attention)
C++ level code optimization
Http:///
When it comes to optimization, many people think of assembly directly. Can optimization be at the level of compilation? Of course not, as in the C++ layer, you can do code optimizations, some of which are often unexpected.
Determine floating point variables and expressions that are type float
In order for the compiler to produce better code (for example, to produce 3DNow or SSE instructions), floating-point variables and expressions must be determined to be of type float. It is important to note that the floating point constant i
您可能关注的文档
- 给儿子的一封信 by刘亚州(A letter to son by Liu Yazhou).doc
- 给你的电脑加速(Speed up your computer).doc
- 给准妈妈的有益实用大肚经(A useful and practical exercise for expectant mothers).doc
- 给初学编程者的话(For beginner programmers).doc
- 细木工板制作基本知识(Basic knowledge of blockboard production).doc
- 给咨询员新人的点滴建议(Give advice to the consultant).doc
- 结构设计标准(Structural design standard).doc
- 给婴儿买衣服要注意事项!(Attention should be paid to buying clothes for the baby!).doc
- 给宝宝吃水果的学问(Knowledge of eating fruit for the baby).doc
- 经纬度与3度带,6度带的概念及其转换方法(The concept of latitude and longitude and 3 degree belts and 6 degrees belts and their conversion methods).doc
- 编写程序(Programming).doc
- 编译hadoop2.6.0源码(Compile hadoop2.6.0 source code).doc
- 编译java类后不重启tomcat有两种方式热部署、热加载(There are two ways to do without restarting Tomcat after compiling the Java class hot deployment and hot loading).doc
- 编译linux(Compiling Linux).doc
- 编程逻辑20题+java版答案完美版(Programming logic 20 questions, +java version of the answer perfect version).doc
- 绿化覆盖率(Green coverage rate).doc
- 编译内核选项的说明(Instructions for compiling kernel options).doc
- 编译原理 词法分析器(Compiler Principle lexical analyzer).doc
- 编译原理-词法分析代码(vc++)(Compiler theory - lexical analysis code (vc++)).doc
- 编译原理学习导论 收藏(Compiler theory, learning, introduction, collection).doc
原创力文档

文档评论(0)