This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Zero overhead exception handling in C++
- From: "Bo-Staffan Lankinen" <bo-staffan dot lankinen at gbg dot bonet dot se>
- To: <gcc at gnu dot org>
- Date: Mon, 4 Nov 2002 23:31:02 +0100
- Subject: Zero overhead exception handling in C++
Hello,
I was under the impression that g++3.x had zero overhead exception handling.
However, that doesn't seem to be the case, because there are instructions
belonging to EH in both the prolog and epilog of the functions. Do you plan
on including zero overhead EH in a future version of g++?
Bo-Staffan