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] |
Dale Johannesen <dalej@apple.com> writes: > On Jan 20, 2004, at 12:14 PM, Andreas Jaeger wrote: >> Dale Johannesen <dalej@apple.com> writes: >> >>> [...] >>> mainline tree-ssa >> >> Are these runtimes or SPEC numbers (1/s) ? > > SPEC numbers. 2 GHz G5. Ok. > -O3 -funroll-loops -mcpu=G5 -mpowerpc64 -mdynamic-no-pic -ffast-math > -fprofile-arcs/-freorder-blocks -Wa,-force_cpusubtype_ALL So, let's look at some differences: >>> 164.gzip 740 731 >>> 175.vpr 515 531 >>> 176.gcc ----- ----- >>> 181.mcf 526 513 >>> 186.crafty 1028 1020 >>> 197.parser 625 625 >>> 252.eon 949 749 This is really the main difference and fixing it would mean that tree-ssa looks much better.... >>> 253.perlbmk 804 820 >>> 254.gap 748 785 >>> 255.vortex ----- ----- >>> 256.bzip2 621 618 >>> 300.twolf 608 604 >>> GEO MEAN 699 685 (-2%) >>> >>> 168.wupwise 883 899 >>> 171.swim 210 245 Those two above are fine. >>> 172.mgrid 600 533 This one has to be considered but it's Fortran. >>> 173.applu 663 588 >>> 177.mesa 918 921 >>> 178.galgel 1010 937 galgel and applu are also Fortran, I would not count any Fortran program right now as significant. >>> 179.art 655 647 >>> 183.equake 997 882 equake is C, so this is significant. >>> 187.facerec 1151 1059 >>> 188.ammp 440 454 >>> 189.lucas 891 858 >>> 191.fma3d 984 979 >>> 200.sixtrack 546 520 >>> 301.apsi 571 569 How did you get e.g 301.apsi working with tree-ssa? This needs a fortran compiler and gfortran is not able to build it (at least not for me).... Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |