Was Visual Studio 2008, 2010 or 2012 (v11) written to use multi cores?

前端 未结 7 2325
臣服心动
臣服心动 2020-12-10 12:44

Basically i want to know if the visual studio IDE and/or compiler in 2010 and 2012 was written to make use of a multi core environment (i understand we can target m

7条回答
  •  鱼传尺愫
    2020-12-10 13:04

    MSBuild supports building projects in parallel. Visual Studio 2008 takes advantage of multiple processors to compile projects.

提交回复
热议问题