Armin Rigo pushed to branch branch/default at PyPy / pypy


Commits:
f8c00c2e by Armin Rigo at 2020-09-02T12:48:49+02:00
Rewrite code like the app-level "lst[i+1]" to fold the "+1" 
inside the
constant offset inside the low-level array (the overflow check, if any,
remains)

- - - - -


2 changed files:

- rpython/jit/backend/llsupport/rewrite.py
- rpython/jit/backend/llsupport/test/test_rewrite.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/f8c00c2efc1ea6a36295c6c53df3f6b3830c7e7f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/f8c00c2efc1ea6a36295c6c53df3f6b3830c7e7f
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to