[pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: somewhat laboriously reproduce the problem of #3598 as a jit test

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Sat Dec 4 13:14:30 EST 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
a55f4a8e by Carl Friedrich Bolz-Tereick at 2021-11-25T11:44:06+01:00
somewhat laboriously reproduce the problem of #3598 as a jit test

--HG--
branch : shortpreamble-no-mutate

- - - - -
61abc439 by Carl Friedrich Bolz-Tereick at 2021-11-25T16:06:51+01:00
two variants of the test: one with one without the erroneous bridge going to
the main loop

--HG--
branch : shortpreamble-no-mutate

- - - - -
dbcaa8fd by Carl Friedrich Bolz-Tereick at 2021-11-26T13:52:07+01:00
at least prevent mutation of the earlier trace when inlining the short preamble

--HG--
branch : shortpreamble-no-mutate

- - - - -
e8fa427b by Carl Friedrich Bolz-Tereick at 2021-11-26T16:11:09+01:00
nonsense

--HG--
branch : shortpreamble-no-mutate

- - - - -
5c08dfef by Carl Friedrich Bolz-Tereick at 2021-12-01T12:25:43+01:00
merge shortpreamble-no-mutate: stop doing guard strengthening with guards that
come from inlining the short preamble. doing that can lead to endless bridges.
fixes #3598

- - - - -
59988b0f by Carl Friedrich Bolz-Tereick at 2021-12-04T16:20:16+01:00
incrementality in the unicode escape handler was broken, fix it

- - - - -
ba4dad84 by Carl Friedrich Bolz-Tereick at 2021-12-04T18:40:24+01:00
merge default

--HG--
branch : py3.7

- - - - -
099ca7ac by Carl Friedrich Bolz-Tereick at 2021-12-04T19:11:04+01:00
equivalent fixes to incremental raw unicode escape decoding

--HG--
branch : py3.7

- - - - -


7 changed files:

- pypy/interpreter/test/test_unicodehelper.py
- pypy/interpreter/unicodehelper.py
- rpython/jit/metainterp/optimizeopt/optimizer.py
- rpython/jit/metainterp/optimizeopt/rewrite.py
- rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py
- rpython/jit/metainterp/optimizeopt/unroll.py
- rpython/jit/metainterp/test/test_loop.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4369d4eb2a89ebb973ca74f7d1282c1bbaf8c6b7...099ca7ac6d62614e5141da72a7bdfdd869a1396f

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4369d4eb2a89ebb973ca74f7d1282c1bbaf8c6b7...099ca7ac6d62614e5141da72a7bdfdd869a1396f
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211204/ee006e17/attachment.html>


More information about the pypy-commit mailing list