Carl Friedrich Bolz-Tereick pushed to branch branch/remove-refcounting-gc at 
PyPy / pypy


Commits:
50730baa by Carl Friedrich Bolz-Tereick at 2023-07-03T12:53:54+02:00
now that refcounting is gone, we don't really need a way to query the rtti 
of a
type at runtime any more. the rtti mechanism is now only used to attach a
destructor pointer to an lltype at compilation time, and is no longer a runtime
concept.

--HG--
branch : remove-refcounting-gc

- - - - -
d4146438 by Carl Friedrich Bolz-Tereick at 2023-07-03T15:48:26+02:00
fix test

--HG--
branch : remove-refcounting-gc

- - - - -
abba5138 by Carl Friedrich Bolz-Tereick at 2023-07-03T18:38:56+02:00
work around some really weird behaviour of gcrefs on top of llinterp by
disabling gcref-based-typeerasure in that case

--HG--
branch : remove-refcounting-gc

- - - - -
5949361b by Carl Friedrich Bolz-Tereick at 2023-07-03T18:39:19+02:00
remove some rtti support in the C backend, now that it's no longer 
runtime-queriable

--HG--
branch : remove-refcounting-gc

- - - - -
42f3a72b by Carl Friedrich Bolz-Tereick at 2023-07-03T21:03:12+02:00
fix test

--HG--
branch : remove-refcounting-gc

- - - - -
78af51f2 by Carl Friedrich Bolz-Tereick at 2023-07-03T21:04:55+02:00
fix sandbox tests

--HG--
branch : remove-refcounting-gc

- - - - -
7857a201 by Carl Friedrich Bolz-Tereick at 2023-07-03T21:06:57+02:00
fix test

--HG--
branch : remove-refcounting-gc

- - - - -


12 changed files:

- rpython/config/translationoption.py
- rpython/memory/test/gc_test_base.py
- rpython/rlib/test/test_jit.py
- rpython/rtyper/rclass.py
- rpython/rtyper/rmodel.py
- rpython/rtyper/test/test_rclass.py
- rpython/translator/c/database.py
- rpython/translator/c/gc.py
- rpython/translator/c/node.py
- rpython/translator/c/test/test_genc.py
- rpython/translator/sandbox/test/test_sandbox.py
- rpython/translator/test/test_interactive.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/9e06b3c0860063eec7eeb4de5422c5cad0da93ef...7857a2015c4d14fa1dcb99ff2830db9464455aee

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/9e06b3c0860063eec7eeb4de5422c5cad0da93ef...7857a2015c4d14fa1dcb99ff2830db9464455aee
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