GCC 3.4 Release Status (2003-12-16)
Mike Stump
mrs@apple.com
Wed Dec 17 03:17:00 GMT 2003
On Tuesday, December 16, 2003, at 04:32 PM, Joe Buck wrote:
> In your use at Apple, though, how many distinct pre-compiled headers
> are there?
Of those that use the feature, around 1-4 per project, average probably
around 1.0 to 1.1.
> Pardon my ignorance, but are you just having all the
> compilation units include one big .pch that has all of Carbon in it?
Certainly some uses are like this, but most complex projects manage
their own pch file and load in that and more. PCH files are managed on
a per project basis with no sharing between projects.
More information about the Gcc
mailing list