[fpc-devel] Parallel processing in the compiler
Michael Schnell
mschnell at lumino.de
Tue Sep 7 10:20:49 CEST 2010
On 09/06/2010 09:09 PM, Hans-Peter Diettrich wrote:
> When objects are used as containers for thread-local variables, these
> object references (to the thread-local objects) should be cached.
Yep. that is what I supposed you would do to eliminate threadvar access:
the threads work on their own instances of the object that hold the
values that formerly were global variables.
-Michael
More information about the fpc-devel
mailing list