Link in function names and numbers impact

delphi package - automated exception handling
Post Reply
costab
Posts: 21
Joined: Thu Jan 09, 2014 3:02 am

Link in function names and numbers impact

Post by costab »

Hi:

What is the performance/exe size impact in case "link in function names and line numbers" is checked?

I did a simple test with VCL forms app, with an empty form, and without the function names & line numbers the size of the exe is 2,741,248 bytes, with it is 2,839,040. that is ~3.56% increase. Not bad but I guess the bigger the app, the higher gap.

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

Re: Link in function names and numbers impact

Post by madshi »

The size increase will roughly stay the same in percent, regardless of how big your app is. It's really a rather small size increase. And there's no performance impact at all.
Post Reply