This is the mail archive of the gcc-patches@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: ObjC/ObjC++: Tidy up #includes of objc-act.c


On Dec 1, 2010, at 3:45 PM, Nicola Pero wrote:
> I particularly hate the useless rebuilds, which happen a lot with GCC.  Since
> almost every file includes almost every header, any change in any header will
> produce a full 40-minute-or-so 3-stage rebuild.  That is a very practical
> problem that I have every time I update one of my subversion checkouts (and
> that everyone else developing for GCC must be having too!). ;-)

ccache?  Add code to gcc to make these sorts of rebuilds fast!  :-)


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