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]

Runtime overheads of C++ exceptions


Hello,

I am trying to figure out if C++ exceptions have any runtime performance
overheads.  In other words, let's say an exception is never thrown in my
c++ program, then would my c++ code run slower when compared with a
different version that does not use any exceptions (but does exactly the
same job).

thanks

with regards
-DJ



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