Mail Archives: djgpp/1999/10/27/09:50:32
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.
- Raw text -