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: Runtime overheads of C++ exceptions


"Dhananjai M. Rao" <dmadhava@ececs.uc.edu> wrote in message Pine.GSO.4.43.0309091132200.25498-100000@gatekeeper.ececs.uc.edu">news:Pine.GSO.4.43.0309091132200.25498-100000@gatekeeper.ececs.uc.edu...
> 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
>
>

Look at
http://groups.google.com/groups?selm=bh5nja%24uqf37%241%40ID-79865.news.uni-berlin.de


   =====================================
   Alex Vinokur
     mailto:alexvn@connect.to
     http://mathforum.org/library/view/10978.html
   =====================================




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