Re: [pypy-dev] Virtualizable Frames getting half removed in trace

2014-02-26 Thread Armin Rigo
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

Re: [pypy-dev] unaligned raw_load

2014-02-26 Thread Matti Picus
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