[ACTIVITY] Weekly status

2011-09-26 Thread Revital Eres
Debugging the new version of the patch to support instructions with REG_INC_NOTE in SMS which caused bootstrap failure. (http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01216.html) A fix was tested and submitted: [PATCH, SMS 1/2] Avoid generating redundant reg-moves http://gcc.gnu.org/ml/gcc-patches/2

Re: [ACTIVITY] Sep 19 - Sep 23

2011-09-26 Thread Ulrich Weigand
Christian Robottom Reis wrote on 09/23/2011 10:00:18 PM: > On Fri, Sep 23, 2011 at 06:51:37PM +0200, Ulrich Weigand wrote: > > * Implemented and tested support for disabling address space > >randomization in gdbserver; patch posted for review. > > I'm not sure this is related, but remember th

Re: [ACTIVITY] Sep 19 - Sep 23

2011-09-26 Thread Christian Robottom Reis
On Mon, Sep 26, 2011 at 03:59:24PM +0200, Ulrich Weigand wrote: > Christian Robottom Reis wrote on 09/23/2011 10:00:18 PM: > > On Fri, Sep 23, 2011 at 06:51:37PM +0200, Ulrich Weigand wrote: > > > * Implemented and tested support for disabling address space > > >randomization in gdbserver; pa

Use of memcpy() in libpng

2011-09-26 Thread Michael Hope
Saw this on the linaro-multimedia list: http://lists.linaro.org/pipermail/linaro-multimedia/2011-September/74.html libpng spends a significant amount of time in memcpy(). This might tie in with Ramana's investigation or the unaligned access work by allowing more memcpy()s to be inlined. --