[fpc-devel]except.inc
Peter Vreman
peter at freepascal.org
Fri May 18 10:34:40 CEST 2001
> Hello,
>
> I've already contacted Michael Van Canneyt regarding my simple
> enhancement to except.inc. He said he will mail core members
> about this.
>
> I just wanted to ask if somebody willing to implement this thing
> into except.inc. To me it is so simple it will take only 15-20
> minutes to get it working. And the advantage is huge.
>
> (BTW, I still cannot understand why my code I've sent to Michael
> cannot be directly included).
The enhancement of using a static memory allocator?
The answer is simple: It's not threadsafe. Only the stack approach is threadsafe.
And secondly the stackapproach is faster because it doesn't do any calls or calculations.
More information about the fpc-devel
mailing list