Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 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

- - - - -
747df948 by Carl Friedrich Bolz-Tereick at 2021-12-04T19:32:29+01:00
fix codecs tests, seems the default has just always been wrong (but it 
didn't matter so far)

- - - - -
5df8e9f9 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:05:09+01:00
merge default, fixes

--HG--
branch : py3.7

- - - - -
5e6a8864 by Carl Friedrich Bolz-Tereick at 2021-12-04T21:32:38+01:00
merge py3.8

--HG--
branch : py3.8

- - - - -


8 changed files:

- pypy/interpreter/test/test_unicodehelper.py
- pypy/interpreter/unicodehelper.py
- pypy/module/_codecs/interp_codecs.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/e1426b3fc003270e689c27282c5e1e9143769858...5e6a886433f93fc26e5144b22ccdc370209b185d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/e1426b3fc003270e689c27282c5e1e9143769858...5e6a886433f93fc26e5144b22ccdc370209b185d
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to