[ACTIVITY] Weekly status

2011-09-04 Thread Revital Eres
Continue looking at Richard's micro benchmarks w.r.t SMS. Examining Ayal's comments to the patch to support instructions with REG_INC_NOTE in SMS. (http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01216.html) Took one day off yestarday (4/9) ___ linaro-tool

Re: Csmith

2011-09-04 Thread Michael Hope
On Fri, Sep 2, 2011 at 3:21 PM, Michael Hope wrote: > On Fri, Sep 2, 2011 at 1:46 AM, Andrew Stubbs wrote: >> Do we know anything about "Csmith"? >> >> Maybe we should try it? > > I couldn't resist having a go.  It's Friday afternoon after all. > > I put on my end user hat, built csmith 2.0, fixe

Re: Benchmarking / justifying cortex-strings

2011-09-04 Thread Michael Hope
On Fri, Sep 2, 2011 at 4:08 PM, Michael Hope wrote: > Hi Dave.  I've been hacking away and have checked in a couple of > benchmarking and plotting scripts to lp:cortex-strings.  The current > results are at: >  http://people.linaro.org/~michaelh/incoming/strings-performance/ > > All are done on an

Re: Vectorised copy

2011-09-04 Thread Michael Hope
On Sat, Sep 3, 2011 at 4:54 AM, Ulrich Weigand wrote: > Michael Hope wrote: > >> int *a; >> int *b; >> int *c; >> >> const int ad[320]; >> const int bd[320]; >> const int cd[320]; >> >> void fill() >> { >> for (int i = 0; i < 320; i++) >> { >> a[i] = ad[i]; >> b[i] = bd[i]; >>