[pypy-dev] Using PyPy's GC

Armin Rigo arigo at tunes.org
Mon Nov 4 08:59:49 CET 2013


Hi,

On Mon, Nov 4, 2013 at 12:57 AM, Maciej Fijalkowski <fijall at gmail.com> wrote:
>> If I'm implementing my own language in RPython, can I use the same garbage
>> collector that PyPy uses? Or do I have to write my own?
>
> Yes, you can use the same GC.

More precisely, you *have* to use the same GC (or possibly a different
one that is written inside RPython too).  You cannot use RPython
without also using the GC.


A bientôt,

Armin.


More information about the pypy-dev mailing list