This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: implementation of C++ exceptions in gcc


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


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