Re: [pypy-dev] Review for blog post

2018-12-24 Thread Carl Friedrich Bolz-Tereick
Hi Anto, Nice post, but I would add a few things (can't edit the post because I'm on the phone only): - we still do minor connections, don't we? That doesn't become clear in the post at all! So, together with virtuals, all objects with short or predictable life times still get collected. - I

Re: [pypy-dev] Review for blog post

2018-12-24 Thread Armin Rigo
Hi Anto, On Mon, 24 Dec 2018 at 12:45, Carl Friedrich Bolz-Tereick wrote: >> https://bitbucket.org/pypy/extradoc/src/extradoc/blog/draft/2018-12-gc-disable/gc-disable.rst?at=extradoc&fileviewer=file-view-default Any clue about why the "purple line" graph, after adding some gc.disable() and gc.co