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

前端 未结 7 2327
臣服心动
臣服心动 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:01

    On thing to consider would be your use of virtualization in your development environment. virtualization definitely makes use of multiple cores whether or not Visual Studio does. I have multiple development environments each with its own VM.

提交回复
热议问题