[pypy-commit] [Git][pypy/pypy][branch/default] fix error checking

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
4e6f2b80 by Carl Friedrich Bolz-Tereick at 2022-05-28T09:04:21+02:00
fix error checking

- - - - -


2 changed files:

- lib_pypy/_structseq.py
- pypy/module/test_lib_pypy/test_structseq.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/4e6f2b80bc9885dec26deae75364ee3d1096599d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/4e6f2b80bc9885dec26deae75364ee3d1096599d
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


[pypy-commit] [Git][pypy/pypy][branch/default] add missing doc about flag

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
d5af8c51 by Carl Friedrich Bolz-Tereick at 2022-05-28T09:55:44+02:00
add missing doc about flag

- - - - -


1 changed file:

- rpython/jit/metainterp/warmstate.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/d5af8c51261100742ed43fab98c85753e2801493

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/d5af8c51261100742ed43fab98c85753e2801493
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


[pypy-commit] [Git][pypy/pypy][branch/default] #3619

2022-05-28 Thread Armin Rigo (@arigo)


Armin Rigo pushed to branch branch/default at PyPy / pypy


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

- - - - -


2 changed files:

- pypy/module/_cffi_backend/embedding.py
- rpython/translator/c/src/entrypoint.c


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

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


[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] test is order dependent, make it very explicit

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/fix-access-directly at PyPy 
/ pypy


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

- - - - -


1 changed file:

- rpython/rlib/test/test_debug.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/fad9ad6c327b0c51e946f0764a7ec3cb3db6a589

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/fad9ad6c327b0c51e946f0764a7ec3cb3db6a589
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


[pypy-commit] [Git][pypy/pypy][branch/fix-access-directly] fix test (don't know why this changed, does not matter)

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/fix-access-directly at PyPy 
/ pypy


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

- - - - -


1 changed file:

- pypy/module/pypyjit/test_pypy_c/test_call.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/ffe6fa0e3880c91a1c08b34bbe5a1e979262b853

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/ffe6fa0e3880c91a1c08b34bbe5a1e979262b853
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


[pypy-commit] [Git][pypy/pypy][branch/default] 12 commits: a check for the problem of too much access_directly

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


[pypy-commit] [Git][pypy/pypy][branch/py3.8] 17 commits: a check for the problem of too much access_directly

2022-05-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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


[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: fix xmm scratch register on win64 (issue 3753)

2022-05-28 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
42b67db1 by Matti Picus at 2022-05-29T06:52:58+03:00
fix xmm scratch register on win64 (issue 3753)

- - - - -
294cc70d by Matti Picus at 2022-05-29T07:36:20+03:00
simplify reghint logic, this fixes a misfit of hints on win64

- - - - -
ee0f764d by Matti Picus at 2022-05-29T07:37:13+03:00
check existance before copying file

- - - - -


4 changed files:

- rpython/jit/backend/x86/regalloc.py
- rpython/jit/backend/x86/reghint.py
- rpython/jit/backend/x86/regloc.py
- rpython/translator/driver.py


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

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


[pypy-commit] [Git][pypy/pypy][branch/default] fix comment

2022-05-28 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
72f29b20 by Matti Picus at 2022-05-29T07:42:30+03:00
fix comment

- - - - -


1 changed file:

- rpython/jit/backend/x86/regalloc.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/72f29b200d6ec89fd545f7d3c7da39fde7af5c46

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/72f29b200d6ec89fd545f7d3c7da39fde7af5c46
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


[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: fix xmm scratch register on win64 (issue 3753)

2022-05-28 Thread Matti Picus (@mattip)


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


Commits:
42b67db1 by Matti Picus at 2022-05-29T06:52:58+03:00
fix xmm scratch register on win64 (issue 3753)

- - - - -
294cc70d by Matti Picus at 2022-05-29T07:36:20+03:00
simplify reghint logic, this fixes a misfit of hints on win64

- - - - -
ee0f764d by Matti Picus at 2022-05-29T07:37:13+03:00
check existance before copying file

- - - - -
72f29b20 by Matti Picus at 2022-05-29T07:42:30+03:00
fix comment

- - - - -
6dfa1a7c by Matti Picus at 2022-05-29T07:45:49+03:00
merge default

--HG--
branch : py3.8

- - - - -


4 changed files:

- rpython/jit/backend/x86/regalloc.py
- rpython/jit/backend/x86/reghint.py
- rpython/jit/backend/x86/regloc.py
- rpython/translator/driver.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d24fbca2feedca15c82c6287243c727e1b8027ab...6dfa1a7c72060e61c5b0c49b8c34fa34d5f8ed02

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d24fbca2feedca15c82c6287243c727e1b8027ab...6dfa1a7c72060e61c5b0c49b8c34fa34d5f8ed02
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