Date: Wed, 27 Oct 1999 09:43:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Wynand Van Staden cc: djgpp AT delorie DOT com Subject: Re: exception handling In-Reply-To: <94094593923109-26155223109s9800973@student.rau.ac.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 26 Oct 1999, Wynand Van Staden wrote: > I'm using gcc-2.8.1 as well as gpp-2.8.1 If you need exceptions support, upgrade to the latest GCC version. Version 2.8.1 didn't support them very well. > what i read in some faq's was that exception handling wasn't > implemented fully in this version. save for using '-fsjlj-exceptions'. > but supposedely this is a 'cruder' method of exception handling. what i'd > like to know if it will reduce performance or does it have any other > "side-effects" that i should be aware of. -fsljlj-exceptions is dog slow. In addition, the whole support for exceptions (and, indeed, for most C++ features) is not very good in versions of GCC before 2.9x.