discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: Merge objc-improvements-branch to mainline


From: Jason Merrill
Subject: Re: PATCH: Merge objc-improvements-branch to mainline
Date: Wed, 24 Sep 2003 23:27:59 -0400
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

On Wed, 24 Sep 2003 17:47:17 -0700, Ziemowit Laski <zlaski@apple.com> wrote:

> - The exception system will automatically mark variables volatile as
> needed, so that they do not get clobbered by the _setjmp/_longjmp
> interaction.

Hmm?  That isn't necessary for C++ exceptions; why aren't you using the
back end exception handling code?

There are good performance reasons for implementing EH in the compiler
rather than the library, but it seems like your implementation doesn't take
advantage of all the work that's been done in that area.

Jason




reply via email to

[Prev in Thread] Current Thread [Next in Thread]