Chris Bensen has a 'small' tip, which in fact is a great tip.
He suggest to always pass strings as const or var. If you pass them by value extra (unnecessary) assembly is being generated.
Read his blogpost String parameters in delphi (Don't forget the comments)
No comments:
Post a Comment