NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
-j2? -j4? (Score:2)
Reply to This
Re:-j2? -j4? (Score:2)
make -j2, G5:
make -j3, G5:
make -j4, G5:
make -j10, G5:
Re:-j2? -j4? (Score:2)
make -j3, Xeon:
make -j5, Xeon:
This machine does "hyper-threading", so it thinks it has four processors even though it has only two, hence the -j5 run. Doesn't seem to make much difference. Anyway, this Xeon compiles perl faster than the G5, by a lot. I don't kn