Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
73e0ac6b by Matti Picus at 2022-02-20T21:20:54+02:00
test that goes via cpyext must create a new tuple
(grafted from 219f9ce6eed4304cd8aa0b693c169adb47280512)

--HG--
branch : py3.8

- - - - -
eb1b2835 by Carl Friedrich Bolz-Tereick at 2022-04-26T22:22:32+02:00
ouch: caching of reference constants in JitCodes was broken

(this also leads to worse code produced in the frontend, because eg the
heapcache thinks its different constants)

- - - - -
0db6fad7 by Matti Picus at 2022-04-28T10:20:24+03:00
printfunc was redefined for python3.8

--HG--
branch : py3.8

- - - - -
0083418b by Carl Friedrich Bolz-Tereick at 2022-04-29T12:39:24+02:00
make the exception transformer not introduce calls to ll_issubclass, instead
emit the correct int_between for the type check directly

it runs after inlining, so the direct call is not removed. it shows up in
profiles for some weird programs.

- - - - -
1789fa64 by Carl Friedrich Bolz-Tereick at 2022-04-29T17:59:39+02:00
remove very old comments

- - - - -
05357b28 by Matti Picus at 2022-05-05T20:39:23+03:00
update openssl downloads

- - - - -
c56b6227 by Matti Picus at 2022-05-05T20:49:49+03:00
merge default

--HG--
branch : py3.8

- - - - -
d04c3281 by Matti Picus at 2022-05-05T20:50:20+03:00
merge py3.8

--HG--
branch : py3.9

- - - - -


10 changed files:

- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/module/cpyext/parse/cpyext_object.h
- rpython/jit/codewriter/assembler.py
- rpython/jit/codewriter/test/test_assembler.py
- rpython/jit/metainterp/test/test_tracingopts.py
- rpython/rtyper/exceptiondata.py
- rpython/rtyper/lltypesystem/test/test_lltype.py
- rpython/rtyper/rclass.py
- rpython/translator/backendopt/inline.py
- rpython/translator/test/test_exceptiontransform.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1726149a187795b92074d36ed8c11d3161cbdee3...d04c328172ba72d7dc1265aaff761c56567aba4e

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


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to