[pypy-commit] benchmarks multithread-runner: add benchmark from benchmarksgame

2019-07-11 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r383:6a08892ee056 Date: 2016-07-22 09:08 +0200 http://bitbucket.org/pypy/benchmarks/changeset/6a08892ee056/ Log:add benchmark from benchmarksgame diff too long, truncating to 2000 out of 111978 lines diff --git

[pypy-commit] benchmarks multithread-runner: initial adaption for running multithreaded on JIT

2019-07-11 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r382:5f5a5345c51c Date: 2016-07-14 09:47 +0200 http://bitbucket.org/pypy/benchmarks/changeset/5f5a5345c51c/ Log:initial adaption for running multithreaded on JIT diff --git a/multithread/btree/btree.py b/multithread/btree/btree.py ---

[pypy-commit] benchmarks multithread-runner: add benchmark from benchmarksgame

2019-07-11 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r384:8da3fde3e933 Date: 2016-07-22 09:59 +0200 http://bitbucket.org/pypy/benchmarks/changeset/8da3fde3e933/ Log:add benchmark from benchmarksgame diff too long, truncating to 2000 out of 35126 lines diff --git

[pypy-commit] benchmarks multithread-runner: There is possibly a bug in the printstream implementation when running

2019-07-11 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r381:fdeed4fc15f1 Date: 2016-07-14 09:06 +0200 http://bitbucket.org/pypy/benchmarks/changeset/fdeed4fc15f1/ Log:There is possibly a bug in the printstream implementation when running richards on many threads. Thus, for now, we

[pypy-commit] benchmarks multithread-runner: recent updates to the benchmarks

2019-07-11 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r388:0db2fd012b7e Date: 2019-07-11 10:40 +0200 http://bitbucket.org/pypy/benchmarks/changeset/0db2fd012b7e/ Log:recent updates to the benchmarks diff --git a/multithread/common/abstract_threading.py

[pypy-commit] benchmarks multithread-runner: add benchmark from benchmarksgame

2019-07-11 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r385:06b36af4f84d Date: 2016-07-22 10:10 +0200 http://bitbucket.org/pypy/benchmarks/changeset/06b36af4f84d/ Log:add benchmark from benchmarksgame diff --git a/multithread/fannkuch-redux/fannkuch-redux.py

[pypy-commit] benchmarks multithread-runner: add full license to benchmark-game benchs

2019-07-11 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r387:53d8c201ee55 Date: 2016-07-29 14:40 +0200 http://bitbucket.org/pypy/benchmarks/changeset/53d8c201ee55/ Log:add full license to benchmark-game benchs diff --git a/multithread/fannkuch-redux/fannkuch-redux.py

[pypy-commit] benchmarks multithread-runner: add configs for new benchmarks

2019-07-11 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r386:6ce1f76df158 Date: 2016-07-22 10:16 +0200 http://bitbucket.org/pypy/benchmarks/changeset/6ce1f76df158/ Log:add configs for new benchmarks diff --git a/multithread/config-all-long.json b/multithread/config-all-long.json ---

[pypy-commit] pypy py3.6: (cfbolz, Luanna): fix subtle bug I introduced: abs(-sys.maxint-1) overflows,

2019-07-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96965:287ec611c0dc Date: 2019-07-11 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/287ec611c0dc/ Log:(cfbolz, Luanna): fix subtle bug I introduced: abs(-sys.maxint-1) overflows, the the bigint version of the code

[pypy-commit] pypy py3.6: merge default

2019-07-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96964:fb80c6375d86 Date: 2019-07-11 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/fb80c6375d86/ Log:merge default diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++

[pypy-commit] pypy default: make gcd_binary not support negative arguments, because abs(-sys.maxint-1)

2019-07-11 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96963:48b1e608e2a2 Date: 2019-07-11 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/48b1e608e2a2/ Log:make gcd_binary not support negative arguments, because abs(-sys.maxint-1) overflows. raise ValueError instead. diff

[pypy-commit] pypy default: ~1% speedup to GCD.

2019-07-11 Thread Stian Andreassen
Author: Stian Andreassen Branch: Changeset: r96962:f138227813b8 Date: 2019-07-10 22:41 +0200 http://bitbucket.org/pypy/pypy/changeset/f138227813b8/ Log:~1% speedup to GCD. diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++