[PATCH] nogc: do disable gc for CPython

Augie Fackler raf at durin42.com
Wed May 24 17:35:40 EDT 2017


> On May 24, 2017, at 17:34, Jun Wu <quark at fb.com> wrote:
> 
> 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.

Hm, then I'm confused what this subthread is about. :/


More information about the Mercurial-devel mailing list