implementation of C++ exceptions in gcc

Ian Lance Taylor ian@airs.com
Thu Dec 30 15:57:00 GMT 2004


Craig Allen <callen@gemini.edu> writes:

> Can anyone point me to a good description of how C++ exceptions are
> implemented in gcc?

There is more than one implementation, or at least there used to be.
Here is a somewhat vague description of the one which is used for
modern ports:
    http://www.codesourcery.com/cxx-abi/abi-eh.html

I don't know if there is a good description anywhere.

Ian



More information about the Gcc-help mailing list