Re: Multi Threading Options
- From: "Mark Randall" <markyr@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 2 Jun 2005 18:05:49 +0100
"Doug Harrison [MVP]" <dsh@xxxxxxxx> wrote...
> You have a fair number of files there. I've talked before about the
> relationship between file count and build times, so I'll quote from a
> couple of past messages below. The sad thing is, if per-file overhead is
> the reason your builds are taking longer that you want, you're going to
> have to reorganize, which means merging files (bad for organization) or
> figuring out a way to decrease this overhead. At the very least, check the
> things Alexander G mentioned.
In Update:
I have now merged about 15 of the files, unfortunately merging the rest
would create a managability nightmare beyond all proportions. I have also
turned off both antivirus - Build time has dropped to approx 1 minute 20.
I have also checked that PCH is included, and it is being used...
All headers are #pragma once'd
Futher changes:
Removed afxwin.h from all classes - No change.
It could just be my huge use of afxtempl.h that is causing it? Although this
should be compiled just 1 time and placed in the stdafx.
--
- Mark Randall
http://zetech.swehli.com
.
- Follow-Ups:
- Re: Multi Threading Options
- From: Doug Harrison [MVP]
- Re: Multi Threading Options
- References:
- Multi Threading Options
- From: Mark Randall
- Re: Multi Threading Options
- From: Joseph M . Newcomer
- Re: Multi Threading Options
- From: Mark Randall
- Re: Multi Threading Options
- From: Scott McPhillips [MVP]
- Re: Multi Threading Options
- From: Joseph M . Newcomer
- Re: Multi Threading Options
- From: Mark Randall
- Re: Multi Threading Options
- From: Joseph M . Newcomer
- Re: Multi Threading Options
- From: Mark Randall
- Re: Multi Threading Options
- From: Joseph M . Newcomer
- Re: Multi Threading Options
- From: Mark Randall
- Re: Multi Threading Options
- From: Doug Harrison [MVP]
- Multi Threading Options
- Prev by Date: How to enable RTTI option
- Next by Date: Re: User Status Display
- Previous by thread: Re: Multi Threading Options
- Next by thread: Re: Multi Threading Options
- Index(es):
Loading