[pypy-dev] pypy sandbox

Armin Rigo arigo at tunes.org
Wed Feb 25 19:12:21 CET 2009


Hi,

On Fri, Feb 20, 2009 at 04:59:06PM +0100, Armin Rigo wrote:
> Bit of a hack, but yes, indeed.  It also doesn't work well with a PyPy
> translated with the default GC, which is the hybrid GC.  I recommend the
> generational GC (--gc=generation).  (This should really warn you...)

Ah, I just found a hack in pypy/config/translationoption.py.  The GC
defaults to 'generation' instead of 'hybrid' in case of a sandbox
translation.  So everything is fine :-)


A bientot,

Armin.



More information about the Pypy-dev mailing list