Re: VC8 build much slower than VC7
- From: "Dr Pizza" <DrPizza@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Aug 2006 10:07:21 -0700
eric wrote:
I'd be grateful for any advice on
- troubleshooting techniques for pinpointing the root cause of the
problem
- any relevant compiler flags I should experiment with
- known changes from VC7 to VC8, particularly with regard to memory
usage and processing of templates, which may explain the increase in
build times
Regards
Eric
I haven't noticed any particular problems myself, but it may be worth
noting that VC++2005 can schedule builds across multiple processors
(which previously required third-party tools because the ability wasn't
built-in). Obviously it would be preferable if you could simply make
it go as fast as the older version, but perhaps it might offer you some
ability to mitigate the slow-downs. The multiprocessor compilation
isn't especially fine-grained (I believe it occurs only at the
'project' level, so if everything is part of a single project it won't
help anyway) but may be useful nonetheless.
--
.
- References:
- VC8 build much slower than VC7
- From: eric
- VC8 build much slower than VC7
- Prev by Date: Re: C2124 is most disrespectful of IEEE floating point arithmetic
- Next by Date: Re: C2124 is most disrespectful of IEEE floating point arithmetic
- Previous by thread: Re: VC8 build much slower than VC7
- Next by thread: Re: VC8 build much slower than VC7
- Index(es):