On Sat, 01 Oct 2011 09:24:08 +0100 Martin <[email protected]> wrote:
> I noticed, when I build fpc, then I get cpu usage between 70% and 100%. > So it appears that both cores of my pentium are used. No, it can simply mean that the OS moves the process around, which can for example reduce cooling power. > But when a package is compiled using fpmake, then it drops to 50%, so > apparently only one core is used? > > Is that correct? Does the old Makefile driven compilation use both/all > cores, while packages done via fpmake, are using one core only? AFAIK the makefile does not use parallel compilation. Mattias _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
