[pypy-dev] The fate of gc-del

Armin Rigo arigo at tunes.org
Mon Aug 12 10:09:40 CEST 2013


Hi William,

On Mon, Aug 12, 2013 at 10:00 AM, William ML Leslie
<william.leslie.ttg at gmail.com> wrote:
> On 12 August 2013 17:38, Armin Rigo <arigo at tunes.org> wrote:
>> The advantage of this approach is that it's done without RPython
>> changes, just by tweaks in the GC.
>
> Do you know what changes to the GC interface you expect to make, if any?

What do you call the GC interface?  The way the GC internally
interacts with the rest of the RPython program?  Or the API exposed by
rpython.rlib.rgc?  Or are you asking from the point of view of a PyPy
user, how we will change the following sentence on
http://pypy.readthedocs.org/en/latest/cpython_differences.html?

"""Note that if you have a long chain of objects, each with a
reference to the next one, and each with a __del__, PyPy’s GC will
perform badly."""


A bientôt,

Armin.


More information about the pypy-dev mailing list