[PATCH] nogc: do disable gc for CPython

Jun Wu quark at fb.com
Wed May 24 17:34:24 EDT 2017


Excerpts from Augie Fackler's message of 2017-05-24 17:32:09 -0400:
> On Wed, May 24, 2017 at 02:07:25PM -0700, Jun Wu wrote:
> > Excerpts from Gregory Szorc's message of 2017-05-23 18:03:53 -0700:
> > > Since this patch sounds like it has more to do with PyPy, then
> > > implementation should check for =pypy, not !=cpython. Other than that, I'm
> > > fine keeping the GC in place on PyPy, as its JIT should mitigate impact
> > > from garbage spewing code.
> >
> > I'll change it to PyPy.
> 
> Please change it to not-cpython, rather than pypy specifically: I'd
> expect our code to be fine in Jython's GC as well.

The current patch is not-cpython already.

> [...]


More information about the Mercurial-devel mailing list