Re: [pypy-dev] Using PyPy's GC

2013-11-04 Thread Armin Rigo
Hi, On Mon, Nov 4, 2013 at 12:57 AM, Maciej Fijalkowski 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 d

Re: [pypy-dev] Using PyPy's GC

2013-11-03 Thread Maciej Fijalkowski
On Mon, Nov 4, 2013 at 1:07 AM, Ryan Gonzalez 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? > > -- > Ryan > > ___ > pypy-dev mailing list > pypy-dev@python.or

[pypy-dev] Using PyPy's GC

2013-11-03 Thread Ryan Gonzalez
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? -- Ryan ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev