[fpc-devel]Re: Memory management
Peter Vreman
peter at freepascal.org
Wed Mar 21 17:03:19 CET 2001
> Hello,
>
> Oh, sorry, guys. :) I've did an error in my calculations.. Those
> 83K's must be 166K. And yes, Delphi (3) is 4 times slower on this
> task... But anyways... If 166K could be increased by 50 or 100%... :)
> Of course TRY mechanism also gives a spice taste... Okay, I have to
> wait. :)
You mean the try calls in the heapmanager? Those are only included if you are compiling
the RTL with the MT define. And the exception blocks are stored on the stack in the 1.1
compiler.
> Regarding algo I'm using (hey, you think I'm nuts? :) here it is:
It was just a standard question as you didn't post anything about the algo.
But in general use the best algo to test the heap manager is still the compiler self.
More information about the fpc-devel
mailing list