|
刚下了个visual studio 2008
本主题介绍此 Visual Studio 2008 版本中的新增功能和更改。
................
Visual C++ 编译器和链接器
编译器更改
编译器支持托管增量生成。[The compiler supports managed incremental builds.]
如果指定此选项,则编译器在引用的程序集更改时不会重新编译代码。它将执行增量生成。仅当更改影响依赖代码时才会重新编译文件。有关更多信息,请参见 “常规”属性页(项目)。
编译器支持 Intel 双内核微体系结构[The compiler supports Intel Core 2 microarchitecture]
编译器包含在代码生成过程中对 Intel 双内核微体系结构进行的优化。此优化对其他芯片没有影响。(估计原文是no effect,没有效果)
内部函数支持新一代的 AMD 和 Intel 芯片组。[Intrinsics support newer AMD and Intel chipsets.]
多个新的内部指令帮助在新型 AMD 和 Intel 芯片组中提供更强大的功能。有关这些新的内部指令的更多信息,请参见Supplemental Streaming SIMD Extensions 3 Instructions、Streaming SIMD Extensions 4 Instructions、SSE4a and Advanced Bit Manipulation Intrinsics和 __rdtscp。
/MP 编译器选项减少了总生成时间。[The /MP compiler option reduces total build time.]
/MP 选项通过创建多个同时编译文件的进程,可以显著减少编译多个源文件的总时间。此选项在支持超线程、多处理器或多内核的计算机上尤其有用。
[ 本帖最后由 boris_lee 于 2008-2-12 20:47 编辑 ] |
|