Re: Performance hit using exception handling using aCC



 DEVELOP > c-Plus-Plus > Re: Performance hit using exception handling using aCC

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1
Topic: DEVELOP > c-Plus-Plus
User: "Dennis Handly"
Date: 12 Jan 2005 04:26:46 PM
Object: Re: Performance hit using exception handling using aCC
zzfreddybb (fred.bartholomai@acsatl.com) wrote:
: HP aC++ exception handling has no significant performance impact at
: compile-time or run-time.
: We have not found this to be the case at all.
As Peter says, this means you have no "significant performance impact", if
you don't use throw.
: Any comments, suggestions, ideas would be much appreciated.
: Fred B.
A future version (around May 2005 or so) of the unwind library
(Unwind Express) will be 10 X faster in trivial cases.
Also, are you using threads?

From: "Peter Koch Larsen" <pkspaml@mailme.dk>
In that case your program is likely to pay for that. Exceptions should be
the exceptional, and if you do use them for other purposes, it is not unfair
that you pay for the performance hit.
Apart from that, you should post to a newsgroup dedicated to your compiler.

That would be the CXX-DEV mailing list. See:
http://h21007.www2.hp.com/dspp/comm/comm_Community_Home_IDX/1,1273,,00.html
.

 

NEWER

pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER