[fpc-devel] Re: Compiler bottlenecks

Florian Klaempfl florian at freepascal.org
Thu Jul 15 11:59:27 CEST 2010


Michael Schnell schrieb:
>  On 07/15/2010 11:43 AM, Florian Klaempfl wrote:
>> No, because the worker thread looks into the global structure when it
>> runs out of "local" space.
> This kind of garbage control might add some overhead at unforeseen times.

You don't turn off caches in SMP systems either because sometimes it
might need synchronization: in 99.9% of the use cases using caches is an
advantage.

> 
> I seem to like 

This has nothing to do with liking but simply with profiling your app
and find out which memory manager fits best to the application.



More information about the fpc-devel mailing list