[pypy-commit] pypy gc-disable: add an option to control how the gc works inside gcbench: you can choose whether to use gc.disable() and/or gc.collect(1)

2018-05-24 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r94681:a75d8c7f141f Date: 2018-05-23 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a75d8c7f141f/ Log:add an option to control how the gc works inside gcbench: you can choose whether to use gc.disable() and/or gc.collect(1) dif

[pypy-commit] pypy gc-disable: the app-level gc.{enable, disable} now call also the rgc equivalent, to actually disable major collections

2018-05-24 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r94682:91902e174491 Date: 2018-05-24 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/91902e174491/ Log:the app-level gc.{enable,disable} now call also the rgc equivalent, to actually disable major collections diff --git a/pypy/m