This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.1: Buildable on GHz machines only?


On Apr 29, 2005, at 6:03 PM, Joe Buck wrote:
I've seen claims that Darwin's linker is much more efficient than the
GNU linker, though I haven't confirmed this.

:-) I have a vague recollection this is true (32=bit only).


If someone wants to post linux numbers and the command, I'll redo on my box.

make all && rm */libjava/? && time make all-target-libjava

type of thing. Better would be someone that has both Yellow dog and Darwin on the same hardware, but... don't know if we'll find that person.

[ pause ] Ok, here is what I get for mainline 20050428:

$ rm powerpc-apple-darwin8.0.0/libjava/.libs/libgcj.la
$ rm powerpc-apple-darwin8.0.0/libjava/libgcj.la
$ time make -j2 all-target-libjava
real    3m44.677s
user    1m15.000s
sys     1m19.868s

G5 DP 2.5 GHz 512MB


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]