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

- - - - -
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).

- - - - -


9 changed files:

- pypy/interpreter/baseobjspace.py
- pypy/interpreter/executioncontext.py
- pypy/module/pypyjit/test_pypy_c/test_call.py
- pypy/objspace/std/objspace.py
- rpython/annotator/test/test_annrpython.py
- rpython/jit/codewriter/jtransform.py
- rpython/rlib/debug.py
- rpython/rlib/jit.py
- rpython/rlib/test/test_debug.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1a17490aed4d0f26b8782a2fe2d32a7ec15d9e0c...bd36737b1abd0110cfb531e3f86c83ee324a974c

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1a17490aed4d0f26b8782a2fe2d32a7ec15d9e0c...bd36737b1abd0110cfb531e3f86c83ee324a974c
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