[pypy-commit] pypy stackroot-speedup-2: fix

2015-02-05 Thread arigo
Author: Armin Rigo Branch: stackroot-speedup-2 Changeset: r75718:4a2be540c12e Date: 2015-02-05 10:44 +0100 http://bitbucket.org/pypy/pypy/changeset/4a2be540c12e/ Log:fix diff --git a/rpython/memory/gc/test/test_direct.py b/rpython/memory/gc/test/test_direct.py --- a/rpython/memory/gc/test/t

[pypy-commit] pypy vmprof: a bit blind fix

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75719:f2c96b90445b Date: 2015-02-05 12:58 +0200 http://bitbucket.org/pypy/pypy/changeset/f2c96b90445b/ Log:a bit blind fix diff --git a/rpython/jit/backend/arm/regalloc.py b/rpython/jit/backend/arm/regalloc.py --- a/rpython/jit/backend/a

[pypy-commit] pypy vmprof: merge

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75721:f9100bc57aa6 Date: 2015-02-05 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/f9100bc57aa6/ Log:merge diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py @@ -302,14 +302,13

[pypy-commit] pypy vmprof: fixes for 32bit

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75720:0fcac08c3273 Date: 2015-02-05 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/0fcac08c3273/ Log:fixes for 32bit diff --git a/rpython/jit/backend/x86/test/test_recursive.py b/rpython/jit/backend/x86/test/test_recursive.py --- a

[pypy-commit] pypy vmprof: shuffle the imports around

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75722:51a273f1d8e1 Date: 2015-02-05 13:21 +0200 http://bitbucket.org/pypy/pypy/changeset/51a273f1d8e1/ Log:shuffle the imports around diff --git a/rpython/jit/backend/llsupport/asmmemmgr.py b/rpython/jit/backend/llsupport/asmmemmgr.py --

[pypy-commit] pypy vmprof: add a check to the module

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75723:7afaf0219041 Date: 2015-02-05 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/7afaf0219041/ Log:add a check to the module diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/

[pypy-commit] pypy vmprof: merge vmprof

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75724:59ba42dac21a Date: 2015-02-05 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/59ba42dac21a/ Log:merge vmprof ___ pypy-commit mailing list [email protected] https://mail.python.or

[pypy-commit] pypy default: merge vmprof - add profiling capabilities

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75725:72433b63468f Date: 2015-02-05 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/72433b63468f/ Log:merge vmprof - add profiling capabilities diff too long, truncating to 2000 out of 2680 lines diff --git a/LICENSE b/LICENSE --- a/LICEN

[pypy-commit] pypy default: Rename the --output option to --really-force-output, and document it

2015-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r75726:babfa1dd27a5 Date: 2015-02-05 16:51 +0100 http://bitbucket.org/pypy/pypy/changeset/babfa1dd27a5/ Log:Rename the --output option to --really-force-output, and document it as "don't use with PyPy". diff --git a/rpython/config/translationopt

[pypy-commit] pypy default: merge

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75728:75f1f2de8de1 Date: 2015-02-05 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/75f1f2de8de1/ Log:merge diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a/rpython/config/translationoption.py +

[pypy-commit] pypy default: avoid race condition here

2015-02-05 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75727:a3521647efba Date: 2015-02-05 18:56 +0200 http://bitbucket.org/pypy/pypy/changeset/a3521647efba/ Log:avoid race condition here diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c --- a/pypy/module/_vmprof/src/

[pypy-commit] pypy default: try to clarify how to get the proper backend for cppyy

2015-02-05 Thread mattip
Author: mattip Branch: Changeset: r75729:22dc5cd0d3c1 Date: 2015-02-06 00:29 +0200 http://bitbucket.org/pypy/pypy/changeset/22dc5cd0d3c1/ Log:try to clarify how to get the proper backend for cppyy diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/c

[pypy-commit] pypy default: numpy nightly testing asserted, I could not reproduce. Raise an exception instead

2015-02-05 Thread mattip
Author: mattip Branch: Changeset: r75730:a9264f529424 Date: 2015-02-06 00:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a9264f529424/ Log:numpy nightly testing asserted, I could not reproduce. Raise an exception instead diff --git a/pypy/module/micronumpy/concrete.py b/pypy/mod

[pypy-commit] pypy global-cell-cache: cache global cells when interpreting

2015-02-05 Thread cfbolz
Author: Carl Friedrich Bolz Branch: global-cell-cache Changeset: r75731:b9b462fe9ada Date: 2015-02-06 01:07 +0100 http://bitbucket.org/pypy/pypy/changeset/b9b462fe9ada/ Log:cache global cells when interpreting makes non-jitted richards 7% faster, but needs tests diff --git a/pypy/in