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: CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR vs TRY_CATCH_EXPR


Thanks Mike Stump pointing me in the right direction, I successfully
re-wrote the implementation of the Java "synchronized"
statement to use CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR.
That new code is now in egcs.  The re-write fix a serious
problem we were experiencing.

I haven't re-written the try/finally statement, but I intend
to do that as well.

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner


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