Antonio Cuni pushed to branch branch/hpy-0.0.4-hpyfields at PyPy / pypy
Commits: 2ac17f4f by Antonio Cuni at 2022-06-19T17:28:46+01:00 The final goal l of this branch is to ensure that we can use @specialize.memo(on callbacks which are passed to rgc.register_custom_trace_hook. The firfirst step is to ensure e that if we pass a method instead function to gc.trace, we crash cleanly. The rest of this branch will try to fix all the places which are broken by this commit --HG-- branch : gc-custom-trace-memo - - - - - 56a5e4aa by Antonio Cuni at 2022-06-19T23:19:48+01:00 fix all the calls to gc.trace which were found by running test_direct.py --HG-- branch : gc-custom-trace-memo - - - - - 32278ec7 by Antonio Cuni at 2022-06-19T23:26:50+01:00 fix test_inspector.py --HG-- branch : gc-custom-trace-memo - - - - - 42ea8534 by Antonio Cuni at 2022-06-20T09:39:05+01:00 WIP: add a second argument to the gc.trace callback, fix it everywhere, and turn more method-callbacks into function-callbacks; all the tests in memory/gc/test/ pass --HG-- branch : gc-custom-trace-memo - - - - - d459a9db by Antonio Cuni at 2022-06-20T11:52:15+01:00 WIP: fix more places, until all test_gctransformed -k customtrace pass --HG-- branch : gc-custom-trace-memo - - - - - 966f5168 by Antonio Cuni at 2022-06-20T12:07:19+01:00 fix one more test --HG-- branch : gc-custom-trace-memo - - - - - ecfbb729 by Antonio Cuni at 2022-06-20T12:24:37+01:00 one more place to fix, and kill trailing whitespace while I'm at it --HG-- branch : gc-custom-trace-memo - - - - - 04cdfde2 by Antonio Cuni at 2022-06-20T12:47:27+01:00 fix the _stacklet_shadowstack custom tracer --HG-- branch : gc-custom-trace-memo - - - - - 33de832e by Antonio Cuni at 2022-06-20T12:52:39+01:00 fix the customtrace for rthread --HG-- branch : gc-custom-trace-memo - - - - - dd5ab362 by Antonio Cuni at 2022-06-20T12:57:48+01:00 hopefully fix the jitframe custom tracer --HG-- branch : gc-custom-trace-memo - - - - - b87013dd by Antonio Cuni at 2022-06-20T13:06:40+01:00 hopefully fix the gcrefs custom tracer --HG-- branch : gc-custom-trace-memo - - - - - 388ee6b1 by Antonio Cuni at 2022-06-20T13:09:15+01:00 blindly fix micronumpy, since the tests are disabled --HG-- branch : gc-custom-trace-memo - - - - - 051f619e by Antonio Cuni at 2022-06-20T14:14:41+01:00 fix test_gcreftracer --HG-- branch : gc-custom-trace-memo - - - - - 8009a19d by Antonio Cuni at 2022-06-21T08:37:25+01:00 merge branch gc-custom-trace-memo --HG-- branch : hpy-0.0.4-hpyfields - - - - - 21 changed files: - pypy/module/micronumpy/concrete.py - rpython/jit/backend/llsupport/gcreftracer.py - rpython/jit/backend/llsupport/jitframe.py - rpython/jit/backend/llsupport/test/test_gc.py - rpython/jit/backend/llsupport/test/test_gcreftracer.py - rpython/memory/gc/base.py - rpython/memory/gc/generation.py - rpython/memory/gc/incminimark.py - rpython/memory/gc/inspector.py - rpython/memory/gc/minimark.py - rpython/memory/gc/semispace.py - rpython/memory/gctransform/framework.py - rpython/memory/gctransform/shadowstack.py - rpython/memory/gctransform/test/test_framework.py - rpython/memory/gcwrapper.py - rpython/memory/test/gc_test_base.py - rpython/memory/test/test_transformed_gc.py - rpython/rlib/_stacklet_shadowstack.py - rpython/rlib/rgc.py - rpython/rlib/rthread.py - rpython/translator/c/test/test_newgc.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/431e466ce9890029e4396a928fac7cdf79d84e6b...8009a19dc90c6cd4dd06794f70bed0fc1b3246fc -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/431e466ce9890029e4396a928fac7cdf79d84e6b...8009a19dc90c6cd4dd06794f70bed0fc1b3246fc 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