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




On Wed, 14 Mar 2001, Mark Mitchell wrote:
> My understanding is that enough people use this option to mean that we
> should continue to support it.  So, I think doing this is probably a
> necessary step.

The gcj runtime still needs -fsjlj-exceptions on some platforms.  There is
no conflict with "normal" EH (whatever we call it) since java does not
handle c++ exceptions and the runtime is built uniformly with sjlj EH.

Moving sjlj to a configure-time option would result in two builds for some
users, one with sjlj and one without.  (Note libjava/configure
already recognizes --enable-sjlj-exceptions to override the default.)

Jeff



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