且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

大型项目的Visual Studio 2010 C ++链接器性能

更新时间:1970-01-01 07:58:12

我的理解是,MS在VS2010中对链接器进行的重大更改(性能方面)是,在单独的线程上完成了.pdb文件的编写.当然,由于链接器的作用远不止于此,因此它会改善总体链接时间是有限制的:

My understanding is that the big change (performance wise) that MS made to the linker in VS2010 is that writing the .pdb file is done on a separate thread. Of course, since the linker does much more than this, there's a limit to how much it'll improve the overall link time:

这是一篇文章,展示了如果您对该分析感兴趣的话,如何获得一些更详细的时序统计信息:

And here's an article that shows how you can get some more detailed timing statistics if you're interested in that analysis: