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


Commits:
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

- - - - -


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/73e0ac6b8991ff7c21078a77d9a6bcef494350e8...c56b6227d1e79a9413ac02fd8734d406358364f7

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/73e0ac6b8991ff7c21078a77d9a6bcef494350e8...c56b6227d1e79a9413ac02fd8734d406358364f7
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