[pypy-commit] pypy stmgc-c7: Update "import_stmgc.py" to show which new files need to

2014-11-14 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r74516:f47c518719ce Date: 2014-11-14 11:13 +0100 http://bitbucket.org/pypy/pypy/changeset/f47c518719ce/ Log:Update "import_stmgc.py" to show which new files need to be tracked and which old files need to be deleted. Remove three old files

[pypy-commit] pypy stmgc-c7: Add the missing part about recording pauses.

2014-11-14 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r74517:31351821e9e1 Date: 2014-11-14 11:32 +0100 http://bitbucket.org/pypy/pypy/changeset/31351821e9e1/ Log:Add the missing part about recording pauses. diff --git a/pypy/stm/print_stm_log.py b/pypy/stm/print_stm_log.py --- a/pypy/stm/print_stm_

[pypy-commit] pypy stmgc-c7: update from the changes done in the list of operations

2014-11-14 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r74518:4491d856926c Date: 2014-11-14 11:46 +0100 http://bitbucket.org/pypy/pypy/changeset/4491d856926c/ Log:update from the changes done in the list of operations diff --git a/rpython/translator/stm/inevitable.py b/rpython/translator/stm/inevit

[pypy-commit] pypy stmgc-c7: add useful time line to print_stm_log in order to see if the time was lost in

2014-11-14 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r74519:91bce27dd903 Date: 2014-11-14 13:29 +0100 http://bitbucket.org/pypy/pypy/changeset/91bce27dd903/ Log:add useful time line to print_stm_log in order to see if the time was lost in the initialization or shutdown phases instead of the

[pypy-commit] buildbot default: Copy libpypy-c.so to pypy checkout for translated test build

2014-11-14 Thread bivab
Author: David Schneider Branch: Changeset: r922:b699815f9193 Date: 2014-11-14 14:53 +0100 http://bitbucket.org/pypy/buildbot/changeset/b699815f9193/ Log:Copy libpypy-c.so to pypy checkout for translated test build diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/

[pypy-commit] pypy optresult: hack hack hack

2014-11-14 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74521:38b07f93b97a Date: 2014-11-14 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/38b07f93b97a/ Log:hack hack hack diff --git a/rpython/jit/metainterp/executor.py b/rpython/jit/metainterp/executor.py --- a/rpython/jit/metainter

[pypy-commit] pypy optresult: hack enough to make the first test from optimizebasic pass

2014-11-14 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74520:6dfe20d64577 Date: 2014-11-14 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/6dfe20d64577/ Log:hack enough to make the first test from optimizebasic pass diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpyth

[pypy-commit] pypy optresult: more hacking

2014-11-14 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74522:555089bcfdc6 Date: 2014-11-14 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/555089bcfdc6/ Log:more hacking diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/intbounds.py ---

[pypy-commit] pypy optresult: whack until a third of test_optimizebasic passes, nothing to see there, really

2014-11-14 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74523:2f3a6006bba2 Date: 2014-11-14 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/2f3a6006bba2/ Log:whack until a third of test_optimizebasic passes, nothing to see there, really diff --git a/rpython/jit/metainterp/optim

[pypy-commit] pypy ssa-flow: optimise remove_trivial_links()

2014-11-14 Thread rlamy
Author: Ronan Lamy Branch: ssa-flow Changeset: r74526:5ad8e04f2740 Date: 2014-11-14 04:48 + http://bitbucket.org/pypy/pypy/changeset/5ad8e04f2740/ Log:optimise remove_trivial_links() diff --git a/rpython/flowspace/model.py b/rpython/flowspace/model.py --- a/rpython/flowspace/model.py +++

[pypy-commit] pypy ssa-flow: transform_dead_op_vars earlier

2014-11-14 Thread rlamy
Author: Ronan Lamy Branch: ssa-flow Changeset: r74525:59a2022d0bd0 Date: 2014-11-14 04:27 + http://bitbucket.org/pypy/pypy/changeset/59a2022d0bd0/ Log:transform_dead_op_vars earlier diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a/rpython/translator/simp

[pypy-commit] pypy ssa-flow: transform_dead_op_vars() is compatible with SSA

2014-11-14 Thread rlamy
Author: Ronan Lamy Branch: ssa-flow Changeset: r74524:c18905e4bc4f Date: 2014-11-14 04:05 + http://bitbucket.org/pypy/pypy/changeset/c18905e4bc4f/ Log:transform_dead_op_vars() is compatible with SSA diff --git a/rpython/flowspace/test/test_objspace.py b/rpython/flowspace/test/test_objsp

[pypy-commit] pypy ssa-flow: begin adapting remove_identical_vars() to SSA

2014-11-14 Thread rlamy
Author: Ronan Lamy Branch: ssa-flow Changeset: r74527:2467d09a6d1e Date: 2014-11-14 21:29 + http://bitbucket.org/pypy/pypy/changeset/2467d09a6d1e/ Log:begin adapting remove_identical_vars() to SSA diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a/rpython/

[pypy-commit] pypy default: Optimize mmap slicing with step != 1

2014-11-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r74528:9e48410d1e31 Date: 2014-11-14 16:43 -0800 http://bitbucket.org/pypy/pypy/changeset/9e48410d1e31/ Log:Optimize mmap slicing with step != 1 diff --git a/pypy/module/mmap/interp_mmap.py b/pypy/module/mmap/interp_mmap.py --- a/pypy/module/mmap/inter

[pypy-commit] pypy ssa-flow: fix remove_identical_vars_SSA()

2014-11-14 Thread rlamy
Author: Ronan Lamy Branch: ssa-flow Changeset: r74529:18a5e66199ad Date: 2014-11-15 01:39 + http://bitbucket.org/pypy/pypy/changeset/18a5e66199ad/ Log:fix remove_identical_vars_SSA() diff --git a/rpython/flowspace/test/test_objspace.py b/rpython/flowspace/test/test_objspace.py --- a/rpy

[pypy-commit] pypy ssa-flow: UnionFind: ensure meaningful result when absorb() isn't commutative

2014-11-14 Thread rlamy
Author: Ronan Lamy Branch: ssa-flow Changeset: r74530:4ee0a64a020b Date: 2014-11-15 02:59 + http://bitbucket.org/pypy/pypy/changeset/4ee0a64a020b/ Log:UnionFind: ensure meaningful result when absorb() isn't commutative diff --git a/rpython/tool/algo/test/test_unionfind.py b/rpython/tool

[pypy-commit] pypy ssa-flow: coalesce_bool() sort of requires SSI, actually

2014-11-14 Thread rlamy
Author: Ronan Lamy Branch: ssa-flow Changeset: r74531:198df09019ba Date: 2014-11-15 05:16 + http://bitbucket.org/pypy/pypy/changeset/198df09019ba/ Log:coalesce_bool() sort of requires SSI, actually diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a/rpython

[pypy-commit] pypy ssa-flow: remove_trivial_links() does not need to rename anything if done after remove_identical_vars()

2014-11-14 Thread rlamy
Author: Ronan Lamy Branch: ssa-flow Changeset: r74532:bd556294573d Date: 2014-11-15 05:53 + http://bitbucket.org/pypy/pypy/changeset/bd556294573d/ Log:remove_trivial_links() does not need to rename anything if done after remove_identical_vars() diff --git a/rpython/translator/sim