Performance implications?

delphi package - automated exception handling
Post Reply
Allan
Posts: 9
Joined: Thu Sep 09, 2004 10:45 am

Performance implications?

Post by Allan »

Are there any performance penalities when using madExcept?

Allan Hansen
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

As long as no exceptions are raised the performance should not be impacted. madExcept is involved when threads are created, but the overhead should be very minor (= almost not measurable, I guess).

Things change when madExcept has to analyze unhandled exceptions. Then madExcept will consume time. But that is to be expected, of course.
Post Reply