This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 3.4 Release Status (2003-12-16)


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]