This is the mail archive of the gcc@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]

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



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