Transcript
Page 1: ORC Performance on Itanium/Linux

1

ORC Performance on Itanium/Linux

• Testing environment: HP i2000 WS: 733 MHz Itanium, 2M L3 Cache, 1G Mem, RH 7.2 Compiled with SPEC base options for Ecc 7.0 and –O3 for Gcc 3.1 Linked with standard libraries on Linux

• ORC 2.1 on par with ECC 7.0 and 30% ahead of Gcc 3.1

0.00

0.10

0.20

0.30

0.40

0.50

0.60

0.70

0.80

0.90

1.00

1.10

1.20 ORCECCGCC

Page 2: ORC Performance on Itanium/Linux

2

How to get the ORC peak performance?

• Options for the three passes of compilation: 1st pass: "-O3 -fb_create fb.mid -fb_type=1 -fb_phase=0

–ipa -itanium"• For eon: "-O3 -fb_create fb.mid -fb_type=1 -fb_phase=0 -INLINE:none -itanium"

2nd pass: "-O3 -fb_opt fb.mid -fb_create fb.mid -fb_type=10 -fb_phase=4 –ipa -itanium"

3rd pass: "-O3 -fb_opt fb.mid –ipa -itanium” Compilation options specified by SPEC are not listed here. Additional options may be needed for different

configurations.


Top Related