This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.4 Release Status (2003-12-16)
> Date: Tue, 16 Dec 2003 16:32:47 -0800
> From: Joe Buck <Joe.Buck@synopsys.com>
> In your use at Apple, though, how many distinct pre-compiled headers
> are there? Pardon my ignorance, but are you just having all the
> compilation units include one big .pch that has all of Carbon in it?
Our IDE lets you point at any random file and say "precompile that and
include it with -include in every file". There are templates that
come with Carbon or AppKit or whatever in the precompiled header, but
changing that is as simple as a double-click.
--
- Geoffrey Keating <geoffk@geoffk.org>