Will more CPUs/cores help with VS.NET build times?
Posted
by LoveMeSomeCode
on Stack Overflow
See other posts from Stack Overflow
or by LoveMeSomeCode
Published on 2010-04-05T14:13:55Z
Indexed on
2010/04/05
14:23 UTC
Read the original article
Hit count: 351
I was wondering if anyone knew whether Visual Studio .NET had a parallel build process or not? I have a solution with lots of projects, every project has lots of markup/code, lots of types, etc. Just sitting there with intellisense on runs it up to about 700MB. But the build times are really slow and only seem to max out one of my two cpu cores.
Does this mean the build process is single threaded? My solution's build dependency chain isn't linear, so I don't see why it couldn't be building some of the projects in parallel. I remember Joel Spolsky blogging about his new SSD, and how it didn't help with compile times, but he didn't mention which compiler he was using. We're using VS 2005. Anyone know how it's compilation works? And is it any different/better in 2008/2010?
© Stack Overflow or respective owner