[PATCH] nogc: do disable gc for CPython

2017-05-23 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1495570793 25200 # Tue May 23 13:19:53 2017 -0700 # Node ID 66dc3a3b4631507fed3ea7fd2fa3e3356ea820fe # Parent 34e9b8b94f66db7ebe366f67cea7b64bd0ec6968 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull https://bitbucket.or

Re: [PATCH] nogc: do disable gc for CPython

2017-05-23 Thread Gregory Szorc
On Tue, May 23, 2017 at 1:20 PM, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1495570793 25200 > # Tue May 23 13:19:53 2017 -0700 > # Node ID 66dc3a3b4631507fed3ea7fd2fa3e3356ea820fe > # Parent 34e9b8b94f66db7ebe366f67cea7b64bd0ec6968 > # Available At https://bitbucket.org

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Yuya Nishihara
On Tue, 23 May 2017 18:03:53 -0700, Gregory Szorc wrote: > On Tue, May 23, 2017 at 1:20 PM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1495570793 25200 > > # Tue May 23 13:19:53 2017 -0700 > > # Node ID 66dc3a3b4631507fed3ea7fd2fa3e3356ea820fe > > # Parent 34e9b8b94

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Gregory Szorc
On Wed, May 24, 2017 at 8:30 AM, Yuya Nishihara wrote: > On Tue, 23 May 2017 18:03:53 -0700, Gregory Szorc wrote: > > On Tue, May 23, 2017 at 1:20 PM, Jun Wu wrote: > > > # HG changeset patch > > > # User Jun Wu > > > # Date 1495570793 25200 > > > # Tue May 23 13:19:53 2017 -0700 > > > # N

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Yuya Nishihara
On Wed, 24 May 2017 08:52:24 -0700, Gregory Szorc wrote: > On Wed, May 24, 2017 at 8:30 AM, Yuya Nishihara wrote: > > > On Tue, 23 May 2017 18:03:53 -0700, Gregory Szorc wrote: > > > On Tue, May 23, 2017 at 1:20 PM, Jun Wu wrote: > > > > # HG changeset patch > > > > # User Jun Wu > > > > # Date

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Gregory Szorc
On Wed, May 24, 2017 at 9:11 AM, Yuya Nishihara wrote: > On Wed, 24 May 2017 08:52:24 -0700, Gregory Szorc wrote: > > On Wed, May 24, 2017 at 8:30 AM, Yuya Nishihara wrote: > > > > > On Tue, 23 May 2017 18:03:53 -0700, Gregory Szorc wrote: > > > > On Tue, May 23, 2017 at 1:20 PM, Jun Wu wrote:

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Augie Fackler
On Tue, May 23, 2017 at 06:03:53PM -0700, Gregory Szorc wrote: > On Tue, May 23, 2017 at 1:20 PM, Jun Wu wrote: > > > # HG changeset patch > > # User Jun Wu > > # Date 1495570793 25200 > > # Tue May 23 13:19:53 2017 -0700 > > # Node ID 66dc3a3b4631507fed3ea7fd2fa3e3356ea820fe > > # Parent 3

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Jun Wu
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

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Augie Fackler
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

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Jun Wu
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 chec

Re: [PATCH] nogc: do disable gc for CPython

2017-05-24 Thread Augie Fackler
> On May 24, 2017, at 17:34, Jun Wu 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 d