[pypy-commit] pypy stm-thread: Tweak.

2012-06-08 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55530:79d99ff94bf2 Date: 2012-06-08 21:16 +0200 http://bitbucket.org/pypy/pypy/changeset/79d99ff94bf2/ Log:Tweak. diff --git a/pypy/translator/stm/src_stm/core.c b/pypy/translator/stm/src_stm/core.c --- a/pypy/translator/stm/src_stm/core.c +

[pypy-commit] pypy stm-thread: Tweak: it seems that 9 gives better results than both 7 or 11 (the

2012-06-07 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55475:1e8fe0bdddc8 Date: 2012-06-07 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/1e8fe0bdddc8/ Log:Tweak: it seems that 9 gives better results than both 7 or 11 (the default). diff --git a/pypy/config/pypyoption.py b/pypy/conf