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: [PATCH] Speed-up get_identifier("main") (take 2)


neroden@twcny.rr.com (Nathanael Nerode) writes:

> My desired solution is to cause only one build of the gcc/include 
> directory.  (Or two, but one should be easier.)  
>
> I've been approaching this by trying to pull fixincludes/fixproto/fixheader, 
> and the other include file generators run at build time, into a separate 
> toplevel directory, since that's the most elegant solution.  (At that 
> point, how many times it operates can be decided by the top level with 
> no trouble.)  Since this is non-trivial, I've been trying to impose as 
> much simplification as possible on the fix* architecture before doing 
> so.

Note that it's desirable to separate libgcc to its own directory,
too (this will enable substantial simplification of the way multilibs
are processed).

zw


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