Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: cf27940b by Carl Friedrich Bolz-Tereick at 2022-05-26T12:28:10+02:00 a check for the problem of too much access_directly --HG-- branch : fix-access-directly - - - - - 0e97ae18 by Carl Friedrich Bolz-Tereick at 2022-05-26T12:43:26+02:00 have a way to turn access_directly off again --HG-- branch : fix-access-directly - - - - - ba829a23 by Carl Friedrich Bolz-Tereick at 2022-05-26T14:55:51+02:00 fix typo --HG-- branch : fix-access-directly - - - - - 93bca5a8 by Carl Friedrich Bolz-Tereick at 2022-05-26T15:21:51+02:00 use the new hint and the new debug check to make sure that getclass does not have variants --HG-- branch : fix-access-directly - - - - - ebad51d8 by Carl Friedrich Bolz-Tereick at 2022-05-26T22:02:50+02:00 silence warning while we are at it --HG-- branch : fix-access-directly - - - - - 898cb143 by Carl Friedrich Bolz-Tereick at 2022-05-26T22:15:13+02:00 memoize the W_TypeObject that belongs to an instance with the RPython class as a key, not the typedef. This saves one indirection in C: the W_TypeObject is stored in a field on the W_Root vtable, without needing to go via the typedef pbc. --HG-- branch : fix-access-directly - - - - - e77b6e2a by Carl Friedrich Bolz-Tereick at 2022-05-27T07:36:36+02:00 use == of course --HG-- branch : fix-access-directly - - - - - a951a97f by Carl Friedrich Bolz-Tereick at 2022-05-27T07:40:37+02:00 remove access directly flags from non-virtualizables too --HG-- branch : fix-access-directly - - - - - 148fd09d by Carl Friedrich Bolz-Tereick at 2022-05-27T13:25:50+02:00 test and fix --HG-- branch : fix-access-directly - - - - - 4f20dae5 by Carl Friedrich Bolz-Tereick at 2022-05-28T07:53:25+02:00 fix test - - - - - 4e6f2b80 by Carl Friedrich Bolz-Tereick at 2022-05-28T09:04:21+02:00 fix error checking - - - - - d5af8c51 by Carl Friedrich Bolz-Tereick at 2022-05-28T09:55:44+02:00 add missing doc about flag - - - - - 1a17490a by Armin Rigo at 2022-05-28T11:11:11+02:00 #3619 if pypy runs C code that itself tries to run a cffi embedded module, then we crashed: rpython_startup_code was executed twice. - - - - - fad9ad6c by Carl Friedrich Bolz-Tereick at 2022-05-28T15:18:42+02:00 test is order dependent, make it very explicit --HG-- branch : fix-access-directly - - - - - ffe6fa0e by Carl Friedrich Bolz-Tereick at 2022-05-28T17:59:11+02:00 fix test (don't know why this changed, does not matter) --HG-- branch : fix-access-directly - - - - - bd36737b by Carl Friedrich Bolz-Tereick at 2022-05-28T18:10:26+02:00 merge fix-access-directly: make sure that W_Root.getclass does not exist in two versions, one for access_directly=True, one regular (having two versions adds an extra indirection and prevents the small func set optimization). - - - - - d24fbca2 by Carl Friedrich Bolz-Tereick at 2022-05-28T18:29:05+02:00 merge default --HG-- branch : py3.8 - - - - - 15 changed files: - lib_pypy/_structseq.py - pypy/interpreter/baseobjspace.py - pypy/interpreter/executioncontext.py - pypy/module/__pypy__/test/test_special.py - pypy/module/_cffi_backend/embedding.py - pypy/module/pypyjit/test_pypy_c/test_call.py - pypy/module/test_lib_pypy/test_structseq.py - pypy/objspace/std/objspace.py - rpython/annotator/test/test_annrpython.py - rpython/jit/codewriter/jtransform.py - rpython/jit/metainterp/warmstate.py - rpython/rlib/debug.py - rpython/rlib/jit.py - rpython/rlib/test/test_debug.py - rpython/translator/c/src/entrypoint.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/eccfd48d30c6e8c8516ff72e5f3857df97b1eea0...d24fbca2feedca15c82c6287243c727e1b8027ab -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/eccfd48d30c6e8c8516ff72e5f3857df97b1eea0...d24fbca2feedca15c82c6287243c727e1b8027ab 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