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]

C++ exception handling optimization performance


Hello all,

With gcc, does the fact that some branch results in a C++ exception effect the performance of a function when that exception branch isn't entered? In other words, does the presence of a throw effect the optimizer in any way?

-- David Sankel

--
David Sankel <david@stellarscience.com>
Stellar Science Ltd Co - Stellar Scientific Software Solutions



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