== 64 bit atomics ==
  * Nailed one more of the membase tests; again this was a test
harness race condition (which I've reported here:
      http://code.google.com/p/moxi/issues/detail?id=2&thanks=2&ts=1321037460 )

     In this case there were two calls to write) performed on the
server, yet the test client performed a single read and
compared the result to what it was expecting; and got lucky on x86 and
about half the time on ARM in that the
server data managed to all get read by the 1st read.

     I think this leaves one more case - that I've seen rarely.

== Qemu ==
   * Tested Peter's 11.11 pre release; ran into a couple of issues
(vexpress without sound causing hangs, and
      the Linaro 11.10 Beagle and Overo images not running X).  Also
filed a couple of bugs in l-i-f-ui that
      I tripped over while testing it.

== String routines ==
    * The new newlib A15 optimised memcpy is slower on an A9 than my
routines; posted to newlib list
asking what the normal way of dealing with a bunch of different
routines is.   Would it make sense to get
gcc to define a GCC_ARM_TUNE_CORTEX_A-whatever ?

== Other ==
    * Watched the Youtube video of the Kernel/Toolchain discussion -
for those who didn't attend,
I'd encourage a check of the Youtube videos, they're pretty nicely done.
    * Got pulled away on non-Linaro work for about half the week.

Dave

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to