From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: Teemu Torma Cc: egcs@cygnus.com Subject: Re: MT safe exception diffs Date: Tue, 07 Oct 1997 22:59:00 -0000 Message-id: References: <199709300742.JAA15180@baht.labs.trema.com> X-SW-Source: 1997-10/msg00290.html >>>>> Teemu Torma writes: > From: Jason Merrill > Date: 30 Sep 1997 00:25:46 -0700 > The thread handling stuff needs to be independent of the EH code. The EH > code should use a single interface to the various threads packages, and > the Objective-C frontend should use the same interface. The current objc > thread code will probably be useful as a starting point. > It would be nice, but in the case of sjlj-exceptions, EH context > is needed even if nothing is thrown. Adding few instructions more > makes it just slower. Then make them inline. Jason