Re: Question about GCC benchmarks and uninitialized variables

2018-07-24 Thread David Brown
On 24/07/18 09:40, Fredrik Hederstierna wrote: > Hi > > This is a general question to all you working with GCC benchmarking. > > I have been working with code benchmarks like CSiBE for ARM. From > time to time unpredicted results appears where numbers gets worse by > no reas

Re: Question about GCC benchmarks and uninitialized variables

2018-07-24 Thread Alexander Monakov
gt; unpredictable code generation, should such code be banned from benchmarking, > since results might be misleading? Well, all benchmarks are going to be imperfect reflections of real-life workloads in the first place, so their bugs just increase the degree to which they are misleading. When a new c

Question about GCC benchmarks and uninitialized variables

2018-07-24 Thread Fredrik Hederstierna
Hi This is a general question to all you working with GCC benchmarking. I have been working with code benchmarks like CSiBE for ARM. >From time to time unpredicted results appears where numbers gets worse by no >reason. When looking into what could cause this unpredictable behaviour, I

pb05 benchmarks for gcc 4.8.0

2013-03-23 Thread Jack Howarth
I have benchmarked both current gcc-4_7-branch and the release gcc 4.8.0 built with... Using built-in specs. COLLECT_GCC=gcc-fsf-4.7 COLLECT_LTO_WRAPPER=/sw/lib/gcc4.7/libexec/gcc/x86_64-apple-darwin12.3.0/4.7.3/lto-wrapper Target: x86_64-apple-darwin12.3.0 Configured with: ../gcc-4.7-20130323

Re: C++ Expression Template Benchmarks for GCC/Clang/Intel/PGI/MSVC

2012-06-20 Thread Richard Guenther
On Wed, Jun 20, 2012 at 12:47 AM, Walter Landry wrote: > Richard Guenther wrote: >> On Fri, Jun 15, 2012 at 12:54 AM, Walter Landry wrote: >>> Hello Everyone, >>> >>> I thought you might be interested in some C++ expression template >>> benchmarks

Re: C++ Expression Template Benchmarks for GCC/Clang/Intel/PGI/MSVC

2012-06-19 Thread Walter Landry
Richard Guenther wrote: > On Fri, Jun 15, 2012 at 12:54 AM, Walter Landry wrote: >> Hello Everyone, >> >> I thought you might be interested in some C++ expression template >> benchmarks I have done. >> >>  http://www.wlandry.net/Projects/FTensor#Benchmar

Re: C++ Expression Template Benchmarks for GCC/Clang/Intel/PGI/MSVC

2012-06-15 Thread Richard Guenther
On Fri, Jun 15, 2012 at 12:54 AM, Walter Landry wrote: > Hello Everyone, > > I thought you might be interested in some C++ expression template > benchmarks I have done. > >  http://www.wlandry.net/Projects/FTensor#Benchmarks > > I found that GCC optimized the expression t

C++ Expression Template Benchmarks for GCC/Clang/Intel/PGI/MSVC

2012-06-14 Thread Walter Landry
Hello Everyone, I thought you might be interested in some C++ expression template benchmarks I have done. http://www.wlandry.net/Projects/FTensor#Benchmarks I found that GCC optimized the expression template code better than unrolling expressions by hand. In fact, GCC was far, far better at

Re: graphite legacy-cloog/cloog-ppl benchmarks

2010-11-12 Thread Jack Howarth
A quick check with... gfortran -ffast-math -funroll-loops -msse3 -O3 -fgraphite-identity -ftree-vectorizer-verbose=2 air.f90 -o air >& air_cloog_legacy.txt grep "LOOP VECTORIZED" air_cloog_legacy.txt | wc -l 5 gfortran -ffast-math -funroll-loops -msse3 -O3 -fgraphite-identity -ftree-ve

graphite legacy-cloog/cloog-ppl benchmarks

2010-11-12 Thread Jack Howarth
Using the new CLooG.org support in gcc trunk, I was able to benchmark the performance of gcc trunk built against ppl 0.11 and either legacy cloog support (built against ppl 0.10.2) or cloog-isl support. The benchmarks were done on x86_64-apple-darwin10 with... Compile Command : gfortran

Benchmarks for Pointer Analysis

2010-10-28 Thread Swaroop Joshi
Hi, We are implementing a new context-sensitive algorithm for pointer analysis in GCC-4.5.0. Can anyone please suggest some good benchmarks for testing it ? Thanks, Swaroop.

Re: Measuring FSF gcc from 4.1.2 to today on various benchmarks.

2009-06-01 Thread Paolo Bonzini
I would conclude from the statistics that, right now, the cost of including -fforward-propagate in -O1 overrides any performance benefit that may result. I'm still working on a patch to eliminate reaching definitions from fwprop. Paolo

Measuring FSF gcc from 4.1.2 to today on various benchmarks.

2009-05-29 Thread Bradley Lucier
I've put at http://www.math.purdue.edu/~lucier/bugzilla/9/ some compile-time and run-time statistics related to PR 39157 and PR 33928 and compile times and run times for the programs in the Gambit Scheme benchmark suite. The statistics are for 4.1.2 release, 4.2.4 release, 4.3.3 release, 4.4.1 2

Re: Benchmarks: 7z, bzip2 & gzip.

2008-03-04 Thread Bernardo Innocenti
J.C. Pizarro wrote: > p7zip-4.57 > [...] > 1. 1m50s compile, 1630164 file, 1618639 text, 6120 data, 27168 bss, 5m50s run. > 2. 1m53s compile, 1665952 file, 1649829 text, 4668 data, 29160 bss, 6m04s run. > 3. 2m08s compile, 1629088 file, 1613313 text, 4672 data, 29

Re: Benchmarks: 7z, bzip2 & gzip.

2008-03-04 Thread Daniel Jacobowitz
On Tue, Mar 04, 2008 at 09:02:34AM +, Martin Guy wrote: > Is there a clause in regressions for "takes longer to compile and > produces worse code"? Worse code is a regression, so is slower compile time. Both are judgement calls; some of them are not going to be changed, but safe patches chang

Re: Benchmarks: 7z, bzip2 & gzip.

2008-03-04 Thread Martin Guy
2008/2/29, J.C. Pizarro <[EMAIL PROTECTED]>: > Here are the results of benchmarks of 3 compressors: 7z, bzip2 and gzip, and > GCCs 3.4.6, 4.1.3-20080225, 4.2.4-20080227, 4.3.0-20080228 & 4.4.0-20080222. Thanks, that's very interesting. I had noticed 4.2 producing 10% large

Benchmarks: 7z, bzip2 & gzip.

2008-02-29 Thread J.C. Pizarro
Here are the results of benchmarks of 3 compressors: 7z, bzip2 and gzip, and GCCs 3.4.6, 4.1.3-20080225, 4.2.4-20080227, 4.3.0-20080228 & 4.4.0-20080222. -- # User's time is taken, machine is Ath64 3200+ 2.0 G

Re: GCC mini-summit - benchmarks

2007-04-23 Thread H. J. Lu
On Mon, Apr 23, 2007 at 09:49:04AM -0700, Steve Ellcey wrote: > Jim Wilson wrote: > > > Kenneth Hoste wrote: > > > I'm not sure what 'tests' mean here... Are test cases being extracted > > > from the SPEC CPU2006 sources? Or are you refering to the validity tests > > > of the SPEC framework itself

Re: GCC mini-summit - benchmarks

2007-04-23 Thread Steve Ellcey
Jim Wilson wrote: > Kenneth Hoste wrote: > > I'm not sure what 'tests' mean here... Are test cases being extracted > > from the SPEC CPU2006 sources? Or are you refering to the validity tests > > of the SPEC framework itself (to check whether the output generated by > > some binary conforms with t

Re: GCC mini-summit - benchmarks

2007-04-21 Thread Jim Wilson
output)? The claim is that SPEC CPU2006 has source code bugs that cause it to fail when compiled by gcc. We weren't given a specific list of problem. There are known problems with older SPEC benchmarks though. For instance, vortex fails on some targets unless compiled with -fno-stri

Re: GCC mini-summit - benchmarks

2007-04-20 Thread Kenneth Hoste
On 20 Apr 2007, at 08:30, Ian Lance Taylor wrote: 11) H.J. Lu discussed SPEC CPU 2006. He reported that a couple of the tests do not run successfully, and it appears to be due to bugs in the tests which cause gcc to compile them in unexpected ways. He has been reporting the proble

Re: Some GCC 4.1 benchmarks (Re: Thoughts on LLVM and LTO)

2005-11-22 Thread Scott Robert Ladd
Steven Bosscher wrote: It obviously doesn't do that. ICC uses that larger register file, too, for x86-64. The Intel compiler can be set to compile for multiple processors, keeping different versions of the same function in an executable and picking which code to run based on the processor in u

Re: Some GCC 4.1 benchmarks (Re: Thoughts on LLVM and LTO)

2005-11-22 Thread Steven Bosscher
On Tuesday 22 November 2005 21:18, Scott Robert Ladd wrote: > Jan Hubicka wrote: > > I should note that comparison to ICC is not quite fair since it lacks > > Opteron tunning... > > I think you may be comparing oranges to tangerines -- not as bad as > apples and oranges, but still potentially an in

Re: Some GCC 4.1 benchmarks (Re: Thoughts on LLVM and LTO)

2005-11-22 Thread Jan Hubicka
experience the extra registers of the Opteron provide a > significant benefit; GCC has an unfair advantage if ICC only generated > code for the small set of x86 registers. Forgot to mention, all the tests was x86-64, so ICC used extra registers too. Also to clarify, the C++ bench

Re: Some GCC 4.1 benchmarks (Re: Thoughts on LLVM and LTO)

2005-11-22 Thread Scott Robert Ladd
Jan Hubicka wrote: I should note that comparison to ICC is not quite fair since it lacks Opteron tunning... I think you may be comparing oranges to tangerines -- not as bad as apples and oranges, but still potentially an invalid comparison. In my experience the extra registers of the Opteron

Some GCC 4.1 benchmarks (Re: Thoughts on LLVM and LTO)

2005-11-22 Thread Jan Hubicka
> > > Which is why i said "It's fine to say compile time performance of the > > middle end portions ew may replace should be same or better". > > > > And if you were to look right now, it's actually significantly better in > > some cases :( > > Can you prove this assertion? > > Here is some dat

Re: No link to benchmarks page ?

2005-05-03 Thread Gerald Pfeifer
On Tue, 3 May 2005 [EMAIL PROTECTED] wrote: > is there any link to gcc.gnu.org/benchmarks on the web pages ? Yes, but _rather_ well hidden, to be honest. Thanks for the hint! I just added a pointer to that page from the navigation bar on our main page. Gerald

No link to benchmarks page ?

2005-05-03 Thread hartmut . schirmer
Hi, is there any link to gcc.gnu.org/benchmarks on the web pages ? Hartmut Machen Sie aus 14 Cent spielend bis zu 100 Euro! Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot. http://www.arcor.de/rd/emf-gaming-1

Re: benchmarks

2005-04-08 Thread Devang Patel
On Apr 8, 2005, at 1:35 AM, vivek sukumaran wrote: Hello everybody, I need benchmark programs for my project. Does anybody have or know the links to C benchmarks that can be compiled using gcc? Thanking you, You question is not clear and this is probably wrong list for whatever you are looking for

benchmarks

2005-04-08 Thread vivek sukumaran
Hello everybody, I need benchmark programs for my project. Does anybody have or know the links to C benchmarks that can be compiled using gcc? Thanking you, Vivek __ Yahoo! Messenger Show us what our next emoticon should look like. Join the fun