Re: Multi Threading Options



"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


.


Loading