[Lazarus] Threads in Lazarus code base

Michael Fuchs freepascal at ypa-software.de
Tue Sep 21 10:34:43 CEST 2010


Am 21.09.2010 09:59, schrieb Michael Schnell:
> Usually any type of "parallel" implementation in a language or a library
> would limit the count of spawned tasks to a number lower than the count
> of CPUs available.

You mean n-1 parallel tasks for n CPUs? That will be very bad on a 
single core machine. ;)

And if I remember the usage of MAKEOPTS in make.conf is the right 
setting for parallel compiling tasks (CountOfCpu + 1).

Michael




More information about the Lazarus mailing list