search for: 256_bzip2

Displaying 14 results from an estimated 14 matches for "256_bzip2".

2011 Oct 12
2
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
....6195 0.0267 > External/SPEC/CINT2006/458_sjeng/458_sjeng.exec 5.72% 6.0263 6.3711 0.0076 > MultiSource/Benchmarks/mafft/pairlocalalign.exec 3.98% 29.8022 30.9869 0.0810 > MultiSource/Benchmarks/Fhourstones-3_1/fhourstones3_1.exec 3.88% 2.0729 2.1534 > 0.0010 > External/SPEC/CINT2000/256_bzip2/256_bzip2.exec 2.68% 10.3792 10.6571 0.0138 > External/SPEC/CINT2000/164_gzip/164_gzip.exec 2.64% 13.4866 13.8424 0.0737 > External/SPEC/CINT2000/175_vpr/175_vpr.exec 2.61% 4.5220 4.6399 0.0007 > External/SPEC/CINT2000/197_parser/197_parser.compile 2.21% 3.1692 3.2392 0.0075 > MultiSour...
2011 Oct 12
0
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...; External/SPEC/CINT2006/458_sjeng/458_sjeng.exec 5.72% 6.0263 6.3711 0.0076 >> MultiSource/Benchmarks/mafft/pairlocalalign.exec 3.98% 29.8022 30.9869 0.0810 >> MultiSource/Benchmarks/Fhourstones-3_1/fhourstones3_1.exec 3.88% 2.0729 2.1534 >> 0.0010 >> External/SPEC/CINT2000/256_bzip2/256_bzip2.exec 2.68% 10.3792 10.6571 0.0138 >> External/SPEC/CINT2000/164_gzip/164_gzip.exec 2.64% 13.4866 13.8424 0.0737 >> External/SPEC/CINT2000/175_vpr/175_vpr.exec 2.61% 4.5220 4.6399 0.0007 >> External/SPEC/CINT2000/197_parser/197_parser.compile 2.21% 3.1692 3.2392 0.0075 &g...
2014 Sep 14
2
[LLVMdev] Testing the new CFL alias analysis
...> wrote: > Hi Hal, > > I run on SPEC2000 on cortex-a57(AArch64), and got the following results, > > (It is to measure run-time reduction, and negative is better performance) > > spec.cpu2000.ref.183_equake 33.77% > spec.cpu2000.ref.179_art 13.44% > spec.cpu2000.ref.256_bzip2 7.80% > spec.cpu2000.ref.186_crafty 3.69% > spec.cpu2000.ref.175_vpr 2.96% > spec.cpu2000.ref.176_gcc 1.77% > spec.cpu2000.ref.252_eon 1.77% > spec.cpu2000.ref.254_gap 1.19% > spec.cpu2000.ref.197_parser 1.15% > spec.cpu2000.ref.253_perlbmk 1.11% > spec.cpu2000.ref.300_twolf...
2014 Sep 03
2
[LLVMdev] Testing the new CFL alias analysis
Hello everyone, One of Google's summer interns, George Burgess IV, created an implementation of the CFL pointer-aliasing analysis algorithm, and this has now been added to LLVM trunk. Now we should determine whether it is worthwhile adding this to the default optimization pipeline. For ease of testing, I've added the command line option -use-cfl-aa which will cause the CFL analysis to be
2014 Sep 15
2
[LLVMdev] Testing the new CFL alias analysis
...on SPEC2000 on cortex-a57(AArch64), and got the following >> results, >> >> (It is to measure run-time reduction, and negative is better >> performance) >> >> spec.cpu2000.ref.183_equake 33.77% >> spec.cpu2000.ref.179_art 13.44% >> spec.cpu2000.ref.256_bzip2 7.80% >> spec.cpu2000.ref.186_crafty 3.69% >> spec.cpu2000.ref.175_vpr 2.96% >> spec.cpu2000.ref.176_gcc 1.77% >> spec.cpu2000.ref.252_eon 1.77% >> spec.cpu2000.ref.254_gap 1.19% >> spec.cpu2000.ref.197_parser 1.15% >> spec.cpu2000.ref.253_perlbmk 1.11% &gt...
2014 Sep 16
2
[LLVMdev] Testing the new CFL alias analysis
...; > Hi Hal, > > I run on SPEC2000 on cortex-a57(AArch64), and got the following > results, > > (It is to measure run-time reduction, and negative is better > performance) > > spec.cpu2000.ref.183_equake 33.77% > spec.cpu2000.ref.179_art 13.44% > spec.cpu2000.ref.256_bzip2 7.80% > spec.cpu2000.ref.186_crafty 3.69% > spec.cpu2000.ref.175_vpr 2.96% > spec.cpu2000.ref.176_gcc 1.77% > spec.cpu2000.ref.252_eon 1.77% > spec.cpu2000.ref.254_gap 1.19% > spec.cpu2000.ref.197_parser 1.15% > spec.cpu2000.ref.253_perlbmk 1.11% > spec.cpu2000.ref.300_twolf...
2015 Feb 26
5
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
Hi all, I've started looking at the GlobalMerge pass, enabled by default on ARM and AArch64. I think we should reconsider that, at least for AArch64. As is, the pass just merges all globals together, in groups of 4KB (AArch64, 128B on ARM). At the time it was enabled, the general thinking was "it's almost free, it doesn't affect performance much, we might as well use it".
2015 Jan 13
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...; >> > >> I saw big regressions on cortex-A57 for the following SPEC > >> benchmarks after using "-mllvm -use-cfl-aa ". > >> > >> spec.cpu2006.ref.462_libquantum 9.22% spec.cpu2000.ref.179_art > >> 5.32% > >> spec.cpu2000.ref.256_bzip2 4.91% > >> > >> Thanks, > >> -Jiangning > >> > >>> -----Original Message----- > >>> From: Hal Finkel [mailto: hfinkel at anl.gov ] > >>> Sent: Wednesday, December 24, 2014 3:56 AM > >>> To: Ana Pazos > >>...
2015 Jan 14
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...sions on cortex-A57 for the following SPEC >> > >> benchmarks after using "-mllvm -use-cfl-aa ". >> > >> >> > >> spec.cpu2006.ref.462_libquantum 9.22% spec.cpu2000.ref.179_art >> > >> 5.32% >> > >> spec.cpu2000.ref.256_bzip2 4.91% >> > >> >> > >> Thanks, >> > >> -Jiangning >> > >> >> > >>> -----Original Message----- >> > >>> From: Hal Finkel [mailto: hfinkel at anl.gov ] >> > >>> Sent: Wednesday, December 2...
2015 Jan 14
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...EC >>>> > >> benchmarks after using "-mllvm -use-cfl-aa ". >>>> > >> >>>> > >> spec.cpu2006.ref.462_libquantum 9.22% spec.cpu2000.ref.179_art >>>> > >> 5.32% >>>> > >> spec.cpu2000.ref.256_bzip2 4.91% >>>> > >> >>>> > >> Thanks, >>>> > >> -Jiangning >>>> > >> >>>> > >>> -----Original Message----- >>>> > >>> From: Hal Finkel [mailto: hfinkel at anl.gov ] >&g...
2015 Jan 14
4
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...; benchmarks after using "-mllvm -use-cfl-aa ". >>>>>> > >> >>>>>> > >> spec.cpu2006.ref.462_libquantum 9.22% spec.cpu2000.ref.179_art >>>>>> > >> 5.32% >>>>>> > >> spec.cpu2000.ref.256_bzip2 4.91% >>>>>> > >> >>>>>> > >> Thanks, >>>>>> > >> -Jiangning >>>>>> > >> >>>>>> > >>> -----Original Message----- >>>>>> > >>> From:...
2015 Jan 14
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...gt; I saw big regressions on cortex-A57 for the following SPEC > > >> benchmarks after using "-mllvm -use-cfl-aa ". > > >> > > >> spec.cpu2006.ref.462_libquantum 9.22% spec.cpu2000.ref.179_art > > >> 5.32% > > >> spec.cpu2000.ref.256_bzip2 4.91% > > >> > > >> Thanks, > > >> -Jiangning > > >> > > >>> -----Original Message----- > > >>> From: Hal Finkel [mailto: hfinkel at anl.gov ] > > >>> Sent: Wednesday, December 24, 2014 3:56 AM > > &g...
2011 Dec 01
1
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...gt; 2.16% 2.2219 2.2698 0.0037 > SingleSource/Benchmarks/Misc-C++/oopack_v1p8.compile > <http://llvm.org/perf/db_default/simple/nts/380/graph?pset.0=on&test.SingleSource%2FBenchmarks%2FMisc-C%2B%2B%2Foopack_v1p8.compile=on> > 2.15% 0.1255 0.1282 0.0004 > External/SPEC/CINT2000/256_bzip2/256_bzip2.compile > <http://llvm.org/perf/db_default/simple/nts/380/graph?pset.0=on&test.External%2FSPEC%2FCINT2000%2F256_bzip2%2F256_bzip2.compile=on> > 2.15% 0.7500 0.7661 0.0016 > SingleSource/Benchmarks/Misc/himenobmtxpa.compile > <http://llvm.org/perf/db_default/simple...
2015 Jan 15
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...gt; I saw big regressions on cortex-A57 for the following SPEC > > >> benchmarks after using "-mllvm -use-cfl-aa ". > > >> > > >> spec.cpu2006.ref.462_libquantum 9.22% spec.cpu2000.ref.179_art > > >> 5.32% > > >> spec.cpu2000.ref.256_bzip2 4.91% > > >> > > >> Thanks, > > >> -Jiangning > > >> > > >>> -----Original Message----- > > >>> From: Hal Finkel [mailto: hfinkel at anl.gov ] > > >>> Sent: Wednesday, December 24, 2014 3:56 AM > > &g...