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]

Re: exception handling poll



> Some of the GCC ports I've done, even 2% is unacceptable (when you only have
> 32k or whatever, it does become critical not to have extra overhead).

I fully understand.  I've gone through the experience myself of trying
to fit a too-large program into ROM for an embedded system and I was
counting each word.  But are you and the other embedded systems folks
being consistent here?

That is, have you verified that no other egcs change results in a 2%
increase in code size for little or no gain?  It's true that .eh_frame
is special in that it's clear the wasted space is just that, wasted.
But have we been carefully comparing space performance on old benchmarks?
If so, I haven't seen that much discussion.




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