Linked by Thom Holwerda on Tue 9th Oct 2007 22:07 UTC, submitted by diegocg
Thread beginning with comment 277366
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Fantastic! Now can we get multicore App support
by MORB on Wed 10th Oct 2007 08:23
in reply to "RE[2]: Fantastic! Now can we get multicore App support"
It's not gcc that deals with parallel building there, it's make. And it does so by simply launching several processes at the same time, then it's up to the kernel to spread them accross the CPUs.
If it doesn't work, I don't know - perhaps double check your kernel's SMP build settings?






Member since:
2005-11-21
It's actually an (n + 1) fork and with a Pentium D 940 I do a make -j3 and all I get are 3 instances using the first core.
Either GCC 4.x.x doesn't work as billed or I'm missing something else.