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 compile-time performance


> > 
> > Unforutnately this is the case.  Multiple byte char support is rather costy, as
> > you no longer can rely on the fixed size of character complicating everything
> > around.  I've seen the progress of integrating multibyte support to different
> > preprocessor and the cost has been about twofold slowdown.
> 
> Well the preprocessor should be fast enough that a twofold slowdown is still
> small, but I am surprised that the cost should be this high. GNAT has for
> a whlie supported multiple representations for wide characters and the cost
> is minimal in the lexical scanner.

I am not at all ADA expert, but does it have similar abuse of including files,
like C-like languages do
(ie throw in 500Kb file to get 20Kb of code compiled)

Honza


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