[pypy-dev] [pypy-commit] pypy ppc-jit-backend: setarrayitem and getarrayitem offsets are immediate values.

Armin Rigo arigo at tunes.org
Wed Nov 16 09:47:33 CET 2011


Hi Maciej,

On Wed, Nov 16, 2011 at 08:05, Maciej Fijalkowski <fijall at gmail.com> wrote:
> Unless I'm missing something offset for get/setarrayitem are not
> necesarilly intermediate values

Assuming you mean "immediate" values instead of "intermediate": the
content of the checkin shows that it meant that the *scale* is a
constant (address = base + baseoffset + item * scale).


A bientôt,

Armin.


More information about the pypy-dev mailing list