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: sjlj-exceptions ICE. simplified test case


> Date: Wed, 26 Apr 2000 08:18:37 -0600
> From: Jeffrey A Law <law@cygnus.com>
> 
> My experience has been that sjlj exceptions bloat things more than the
> tables do.

It depends on how much they're used.  If every function has a catch
region, range tables will help.  However, if there are only a few
catches in your application sjlj exceptions will be smaller.  So it
depends; there will be some proportion where they are equal.

Andrew.


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