Re: Why is VS2005 command line builds SUPER SLOW?
- From: Tommy <tommy767@xxxxxxxxx>
- Date: Fri, 31 Oct 2008 23:01:42 -0400
The only thing I can determine here is that when compiling on my XP box, the compiler is spawning VCBuildHelper.exe which spawns CL.EXE and this is taking only 50% of the CPU, where on my 2000/PRO box, it is 95% of the CPU, so its working faster.
IOW, it is purposely crippled to only work 1/2 as fast on my XP/BOX.
I don't know if that applicable.
The XP/PRO box with all updated service packs:
Intel Pentium(R) 2.67 Ghz with 1GB RAM
I see these in the enviroment:
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 7, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0407
NUMBER_OF_PROCESSORS=2
and VS2005 was updated with all its service pack.
I hope someone can shed some light into this.
--
Tommy wrote:
Hi,.
For the most part I am new to using VS2005 after many years of using VC6 (VS98) for my product line.
I thought the new IDE was slow but mostly because that is has much more neat stuff and I figured, "it is what it is, more bloat, more IDE slowness, but no real problem since real builds are command line driven"
Now that I have prepared my command line build batch files, etc, I finding it incredibly slow. Its taking for ever. I mean a single project build that took 25 seconds under VC6, is now taking 145 seconds!! Awful!
I thought,
"ok, maybe this is network related! lets try a local copy
of the project"
I have all my source on a network drive. So I copied a few projects over to the local drive and there were hardly any improvements whatsoever.
What gives?
Is this normal? I mean, I can live with a slower IDE for development, but when it comes to full command line builds, I don't expect a 580% slowdown! For my product, it normally takes around 40 minutes for a complete rebuild of over 255+ projects. This will mean over 230 minutes under a complete VS2005 (VC8) build.
Anything I can do?
I looked at the multiple compile feature, and thats appears to yield an overall total time improvement, but it is still super slow.
Any info would be greatly appreciated.
Thanks
--
- Follow-Ups:
- Re: Why is VS2005 command line builds SUPER SLOW?
- From: David Connet
- Re: Why is VS2005 command line builds SUPER SLOW?
- From: Jonathan Wilson
- Re: Why is VS2005 command line builds SUPER SLOW?
- Prev by Date: Re: Detecting VS98 vs VS2005+ builds
- Next by Date: Re: Why is VS2005 command line builds SUPER SLOW?
- Previous by thread: Re: Detecting VS98 vs VS2005+ builds
- Next by thread: Re: Why is VS2005 command line builds SUPER SLOW?
- Index(es):
Relevant Pages
|