[pypy-commit] pypy optresult-unroll: hack differently

2015-08-07 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r78842:70d324743d57 Date: 2015-08-06 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/70d324743d57/ Log:hack differently diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy optresult-unroll: fix one test in test_optimizebasic (with one still failing)

2015-08-07 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r78839:ac9bb32198ac Date: 2015-08-06 22:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ac9bb32198ac/ Log:fix one test in test_optimizebasic (with one still failing) diff --git

[pypy-commit] pypy optresult-unroll: one more down

2015-08-07 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r78841:94553b2cdb44 Date: 2015-08-06 22:20 +0200 http://bitbucket.org/pypy/pypy/changeset/94553b2cdb44/ Log:one more down diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy optresult-unroll: write a passing test

2015-08-07 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r78840:baf938297d47 Date: 2015-08-06 22:11 +0200 http://bitbucket.org/pypy/pypy/changeset/baf938297d47/ Log:write a passing test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py

[pypy-commit] pypy vecopt: missing update pack of nodes scheduled some nodes as a non packed operation (wrong obviously)

2015-08-07 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78843:e8a74e18fc6e Date: 2015-08-07 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/e8a74e18fc6e/ Log:missing update pack of nodes scheduled some nodes as a non packed operation (wrong obviously) diff --git

[pypy-commit] stmgc c8-reshare-pages: fix allocate_preexisting() - tests pass

2015-08-07 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: c8-reshare-pages Changeset: r1918:2b0614b6ae72 Date: 2015-08-07 11:17 +0200 http://bitbucket.org/pypy/stmgc/changeset/2b0614b6ae72/ Log:fix allocate_preexisting() - tests pass diff --git a/c8/stm/gcpage.c b/c8/stm/gcpage.c ---

[pypy-commit] stmgc c8-reshare-pages: more fixes everywhere

2015-08-07 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: c8-reshare-pages Changeset: r1917:bc807f9a977e Date: 2015-08-07 11:02 +0200 http://bitbucket.org/pypy/stmgc/changeset/bc807f9a977e/ Log:more fixes everywhere diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c

[pypy-commit] pypy default: be more specific about the obscure api, fixes breakage

2015-08-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r78846:5468f60b0932 Date: 2015-08-07 13:01 +0300 http://bitbucket.org/pypy/pypy/changeset/5468f60b0932/ Log:be more specific about the obscure api, fixes breakage diff --git a/pypy/module/micronumpy/descriptor.py

[pypy-commit] pypy vmprof-review: Fix the logic here. Previously, all functions being called before

2015-08-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: vmprof-review Changeset: r78848:7acf82e90804 Date: 2015-08-07 12:25 +0200 http://bitbucket.org/pypy/pypy/changeset/7acf82e90804/ Log:Fix the logic here. Previously, all functions being called before enable() would have a vmprof_unique_id of

[pypy-commit] pypy vmprof-review: Connect the two ways to temporarily disable interrupts

2015-08-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: vmprof-review Changeset: r78847:4d382eb7b1b2 Date: 2015-08-07 10:57 +0200 http://bitbucket.org/pypy/pypy/changeset/4d382eb7b1b2/ Log:Connect the two ways to temporarily disable interrupts diff --git a/rpython/jit/backend/llsupport/src/codemap.c

[pypy-commit] pypy value-profiling: try to speed up the interpreter a bit

2015-08-07 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: value-profiling Changeset: r78845:61627a2881ff Date: 2015-08-07 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/61627a2881ff/ Log:try to speed up the interpreter a bit diff --git a/pypy/interpreter/pyframe.py

[pypy-commit] pypy vmprof-review: Translation fix?

2015-08-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: vmprof-review Changeset: r78849:aa7a0a00b0ca Date: 2015-08-07 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/aa7a0a00b0ca/ Log:Translation fix? diff --git a/rpython/rlib/rvmprof/__init__.py b/rpython/rlib/rvmprof/__init__.py ---