sjlj-exceptions ICE. simplified test case

Andrew Haley aph@pasanda.cygnus.co.uk
Wed Apr 26 08:35:00 GMT 2000


> 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.



More information about the Gcc mailing list