Re: Basic benchmarks

2010-09-08 Thread Loïc Minier
On Wed, Sep 08, 2010, Michael Hope wrote: > See http://ex.seabright.co.nz/helpers/benchcompare for more. at /helpers/benchcompare values is an empty list when calling square() in templates/benchcompare.html; the web backtrace seems off by some lines for some reason -- Loïc Minier

Re: Basic benchmarks

2010-09-08 Thread Michael Hope
Ah, this is from me mucking about on a live server. Will fix. -- Michael On Wed, Sep 8, 2010 at 8:51 PM, Loïc Minier wrote: > On Wed, Sep 08, 2010, Michael Hope wrote: >> See http://ex.seabright.co.nz/helpers/benchcompare for more. > >   at /helpers/benchcompare > >  values is an empty list whe

Re: Thumb2 code size improvements

2010-09-08 Thread Yao Qi
Chung-Lin Tang wrote: > This reminds me of a PR that Bernd did: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40657 > > It is also support for adding the r0-r3 registers to the > epilogue/prologue push-pop for sake of reducing code size, though in a > sense even more aggressive; it tries to merge

Re: Basic benchmarks

2010-09-08 Thread Michael Hope
All better now. I've also added OGG Vorbis encode/decode tests and bzip2 compress/decompress tests and expanded the number of runs. Over the next week I'll look at re-running the 4.4.4 and 4.5.1 builds to create a baseline. -- Michael On Wed, Sep 8, 2010 at 8:59 PM, Michael Hope wrote: > Ah, t