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


>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:

    Bryce> Because GCJ needs to throw exceptions from signal handlers
    Bryce> in order to implement Java's NullPointerException and
    Bryce> ArithmeticException efficiently. That can't currently be
    Bryce> done under the existing table EH mechanism without hairy
    Bryce> platform-dependent code, currently only written for
    Bryce> x86-linux and sparc-solaris.

If I understand, RTH has a way around this, so I think that your
objection will be moot, once his patch goes in.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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