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]

Re: sjlj-exceptions ICE. simplified test case


On Wed, 26 Apr 2000 10:53:51 -0700, Richard Henderson wrote:

  Have you looked at the code generated by the sjlj exceptions recently?
  It's huge.  I think it'd be a stretch to claim sjlj is smaller.
  
What case are you talking about? AFAIK, it is the case with sjlj that
for functions that do not handle exceptions the cost is zero, both space
and time. I definately agree with you that for any kind of exception-heavy
code, using unwind tables usually is the best approach. 

I am mostly worried about the case where 99% of the code is just plain C/Ada/Whatever 
without handlers. It is exactly this case that needs to be addressed for
embedded systems.

Regards,
   Geert





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