[fpc-devel] Re: Compiler bottlenecks

Hans-Peter Diettrich DrDiettrich1 at aol.com
Thu Jul 15 16:43:57 CEST 2010


Michael Schnell schrieb:

> With small blocks there is no concurrency (as in case of conflict, the 
> second thread  will use medium.

Just an idea: When the lists contain many entries, they could be split 
into buckets. Then the currently searched bucket(s) could be locked 
against use by other threads, which can skip them and inspect the next 
bucket.

DoDi




More information about the fpc-devel mailing list