Hi Timothy,
On 25 February 2014 15:06, Timothy Baldridge wrote:
> Then I noticed that the trace contained the creation of the argument list,
> but that that list was never made. The trace was also making a call out to
> some C function so that it could do the array = [None] * argc. I couldn't
> g
Thanks to Arimin and Brian Kearns.
They fixed unaligned memory access, now ARM micronumpy no longer crashes
during testing.
Matti
On 02/23/2014 11:43 AM, Armin Rigo wrote:
I've checked in some new code in rawstorage.py on default:
raw_storage_{get,set}item_unaligned(). It's regular RPython co