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


On Wed, Apr 26, 2000 at 03:34:59PM -0000, Andrew Haley wrote:
> 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.

Perhaps theoretically.  The implementation doesn't line up.
See, for example, the code generated for g++.eh/crash3.C.


r~

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