[pypy-commit] pypy speedup-list-comprehension: remove review

2012-02-25 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r52912:8d61267703d0 Date: 2012-02-25 20:03 -0800 http://bitbucket.org/pypy/pypy/changeset/8d61267703d0/ Log:remove review diff --git a/REVIEW.rst b/REVIEW.rst deleted file mode 100644 --- a/REVIEW.rst +++ /dev/null @@ -

[pypy-commit] pypy speedup-list-comprehension: fix name error

2012-02-25 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r52911:4269c3b7dcf0 Date: 2012-02-25 20:02 -0800 http://bitbucket.org/pypy/pypy/changeset/4269c3b7dcf0/ Log:fix name error diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/

[pypy-commit] pypy speedup-list-comprehension: improve the comment

2012-02-25 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r52909:9ac6f6b1f4eb Date: 2012-02-25 20:01 -0800 http://bitbucket.org/pypy/pypy/changeset/9ac6f6b1f4eb/ Log:improve the comment diff --git a/pypy/jit/metainterp/test/test_list.py b/pypy/jit/metainterp/test/test_list.py

[pypy-commit] pypy speedup-list-comprehension: Remove dead code

2012-02-25 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r52908:e127af981680 Date: 2012-02-25 20:00 -0800 http://bitbucket.org/pypy/pypy/changeset/e127af981680/ Log:Remove dead code diff --git a/REVIEW.rst b/REVIEW.rst --- a/REVIEW.rst +++ b/REVIEW.rst @@ -2,7 +2,6 @@ ==

[pypy-commit] pypy speedup-list-comprehension: use len_w

2012-02-25 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r52910:8d47eca2be46 Date: 2012-02-25 20:01 -0800 http://bitbucket.org/pypy/pypy/changeset/8d47eca2be46/ Log:use len_w diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopc

[pypy-commit] pypy speedup-list-comprehension: fix test

2012-02-25 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r52907:a73088e83e62 Date: 2012-02-25 20:00 -0800 http://bitbucket.org/pypy/pypy/changeset/a73088e83e62/ Log:fix test diff --git a/pypy/jit/metainterp/test/test_list.py b/pypy/jit/metainterp/test/test_list.py --- a/pypy

[pypy-commit] pypy speedup-list-comprehension: write a test for BUILD_LIST_FROM_ARG

2012-02-25 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r52906:1de4281656cf Date: 2012-02-25 19:48 -0800 http://bitbucket.org/pypy/pypy/changeset/1de4281656cf/ Log:write a test for BUILD_LIST_FROM_ARG diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/in

[pypy-commit] pypy numpypy-out: add more passing tests

2012-02-25 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52904:0705b078c3c2 Date: 2012-02-25 23:15 +0200 http://bitbucket.org/pypy/pypy/changeset/0705b078c3c2/ Log:add more passing tests diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micronumpy/app_numpy.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: Fix for 183a045d52d1: iterate over non-mutated lists using a

2012-02-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r52903:70a3702714bf Date: 2012-02-25 22:21 +0100 http://bitbucket.org/pypy/pypy/changeset/70a3702714bf/ Log:Fix for 183a045d52d1: iterate over non-mutated lists using a non- mutating getitem. diff --git a/pypy/rpython/lltypesystem/rlist.py b/py

[pypy-commit] pypy stm-gc: Tentative: re-enable root stack walking, just by using the ShadowStack

2012-02-25 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52902:ae34644cc94c Date: 2012-02-25 19:54 +0100 http://bitbucket.org/pypy/pypy/changeset/ae34644cc94c/ Log:Tentative: re-enable root stack walking, just by using the ShadowStack approach. diff --git a/pypy/rpython/memory/gctransform/stmfr

[pypy-commit] pypy default: A failing test for quassiimmut arrays when used with an RPython forloop

2012-02-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52901:183a045d52d1 Date: 2012-02-25 15:38 -0500 http://bitbucket.org/pypy/pypy/changeset/183a045d52d1/ Log:A failing test for quassiimmut arrays when used with an RPython forloop diff --git a/pypy/jit/metainterp/test/test_quasiimmut.py b/pypy

[pypy-commit] pypy default: Mark type's mro_w as quassiimmut.

2012-02-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52900:706037d835be Date: 2012-02-25 21:14 +0100 http://bitbucket.org/pypy/pypy/changeset/706037d835be/ Log:Mark type's mro_w as quassiimmut. diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobj

[pypy-commit] pypy default: Unroll a loop, which allows super() to go through method caches in the JIT.

2012-02-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52899:d7300e63b1f7 Date: 2012-02-25 20:15 +0100 http://bitbucket.org/pypy/pypy/changeset/d7300e63b1f7/ Log:Unroll a loop, which allows super() to go through method caches in the JIT. diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.p

[pypy-commit] extradoc extradoc: Update the status.

2012-02-25 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4107:c85ffab7807f Date: 2012-02-25 20:08 +0100 http://bitbucket.org/pypy/extradoc/changeset/c85ffab7807f/ Log:Update the status. diff --git a/planning/stm.txt b/planning/stm.txt --- a/planning/stm.txt +++ b/planning/stm.txt @@ -75,8 +75,8 @@ u

[pypy-commit] extradoc extradoc: new slides

2012-02-25 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4106:6617ba2b6f20 Date: 2012-02-25 11:48 -0500 http://bitbucket.org/pypy/extradoc/changeset/6617ba2b6f20/ Log:new slides diff --git a/talk/pycon2012/tutorial/slides.rst b/talk/pycon2012/tutorial/slides.rst --- a/talk/pycon2012/tutorial/slides