Console View
|
Categories: aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64 |
|
| aarch64 | benchmark-run | linux32 | linux64 | macos-arm64 | macos-x86_64 | win64 | |||||||||||||||||||||||
|
|
|
|
|
|
|
|
|||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| only declare posix functions on posix platforms, add missing declaration | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| add comment | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| restore __pytrace__ use in pyinteractive after PR 5494 | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
CF Bolz-Tereick
cfbolz@gmx.de |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
Merge pull request #4837 from mattip/add-source-code RPYTHON: embed rpython code line as a comment in the generated C |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
fix tests by avoiding bare_setarrayitem Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| changes from review | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
turn 'app level lst = [None] * n' into a malloc + memset Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| remove hack and properly implement cpyext function pickling | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| refactor tuple tests into apptest tests where possible | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
CF Bolz-Tereick
cfbolz@gmx.de |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
Merge pull request #5502 from pypy/cache-tuple-hash cache hash of tuples |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| Merge branch 'main' into py3.11 | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| Merge branch 'main' into memset | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| add test to probe hash caching | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
fix for all 4 array allocation/fill modes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
Merge pull request #5495 from pypy/fastpath-next_instr3 only re-retrieve next_instr when tracing or action_dispatch (py3.11) |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| changes from review | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
Revert "fix tests by avoiding bare_setarrayitem" This reverts commit dfcbbe79960f0625ad753b510787d5686c7eda54. |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
refactor multiprocessing resource_tracker to work with PyPy - Add a shadow registry for resilience when restarting - When restarting the tracker, rebroadcast all outstanding REGISTERs - Use the shadow registry instead of depending on refcount semantics - In _send, only bail out if fd is None, otherwise deliver the message anyway - Use discard instead of remove for UNREGISTER so out-of-order message delivery works - In _cleanup_tests, change the order of operations Co-Authored-By: Claude <noreply@anthropic.com> |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
Matti Picus
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| cache hash of tuples | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| Merge branch 'main' into py3.11 | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| add a single writebarrier in ll_arrafill | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
| add benchmark | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
CF Bolz-Tereick
cfbolz@gmx.de |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
Merge pull request #5469 from pypy/memset turn 'app level lst = [None] * n' into a malloc + memset |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
CF Bolz-Tereick
cfbolz@gmx.de |
|
|
|
|
|
|
|
||||||||||||||||||||||
| add a array filling to our random test | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
mattip
matti.picus@gmail.com |
|
|
|
|
|
|
|
||||||||||||||||||||||
|
Add op_gc_writebarrier to llinterp for the simulated GC write barriers Previously the fallback was to a noop, so memory tests failed untranslated |
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||