[pypy-commit] stmgc copy-over-original: test current approach

2013-07-10 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: copy-over-original Changeset: r380:f6e27ee66d12 Date: 2013-07-10 07:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/f6e27ee66d12/ Log:test current approach diff --git a/c4/test/test_gcpage.py b/c4/test/test_gcpage.py ---

[pypy-commit] stmgc copy-over-original: do a bit more

2013-07-10 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: copy-over-original Changeset: r381:c1d5e6f19828 Date: 2013-07-10 08:59 +0200 http://bitbucket.org/pypy/stmgc/changeset/c1d5e6f19828/ Log:do a bit more diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -367,68

[pypy-commit] pypy default: improve the error message

2013-07-10 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r65311:7e9ee52bd7d5 Date: 2013-07-10 10:20 +0200 http://bitbucket.org/pypy/pypy/changeset/7e9ee52bd7d5/ Log:improve the error message diff --git a/pypy/module/_minimal_curses/fficurses.py b/pypy/module/_minimal_curses/fficurses.py

[pypy-commit] pypy default: backout 3fc9da9637c3

2013-07-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65312:aa6b3fad1ce2 Date: 2013-07-10 05:43 -0500 http://bitbucket.org/pypy/pypy/changeset/aa6b3fad1ce2/ Log:backout 3fc9da9637c3 diff --git a/rpython/jit/backend/arm/test/conftest.py

[pypy-commit] pypy default: ignore guard_not_invalidated in some more places

2013-07-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65313:6227a8790103 Date: 2013-07-10 06:55 -0500 http://bitbucket.org/pypy/pypy/changeset/6227a8790103/ Log:ignore guard_not_invalidated in some more places diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py

[pypy-commit] pypy default: add some more highlights to the beta release notes

2013-07-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65314:a009475abbd3 Date: 2013-07-10 07:36 -0500 http://bitbucket.org/pypy/pypy/changeset/a009475abbd3/ Log:add some more highlights to the beta release notes diff --git a/pypy/doc/release-2.1.0-beta1.rst

[pypy-commit] pypy default: Reset whatsnew-head

2013-07-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r65315:c34e4db0d094 Date: 2013-07-10 07:37 -0500 http://bitbucket.org/pypy/pypy/changeset/c34e4db0d094/ Log:Reset whatsnew-head diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge heads

2013-07-10 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r65317:ac701565be25 Date: 2013-07-10 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/ac701565be25/ Log:merge heads diff --git a/pypy/doc/release-2.1.0-beta1.rst b/pypy/doc/release-2.1.0-beta1.rst ---

[pypy-commit] pypy default: fix test_rbytearray.py, which was broken by the improve-str2charp branch

2013-07-10 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r65316:07d4ffd55e14 Date: 2013-07-10 14:04 +0200 http://bitbucket.org/pypy/pypy/changeset/07d4ffd55e14/ Log:fix test_rbytearray.py, which was broken by the improve-str2charp branch diff --git

[pypy-commit] pypy default: fix whatsnew

2013-07-10 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r65318:5e3c9717930a Date: 2013-07-10 16:04 +0200 http://bitbucket.org/pypy/pypy/changeset/5e3c9717930a/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy release-2.1.x: ignore guard_not_invalidated in some more places

2013-07-10 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.1.x Changeset: r65320:daf1b0412bfb Date: 2013-07-10 06:55 -0500 http://bitbucket.org/pypy/pypy/changeset/daf1b0412bfb/ Log:ignore guard_not_invalidated in some more places diff --git

[pypy-commit] pypy release-2.1.x: it seems this is enough to enable fastpath for ['self', 'space'] unwrap_spec

2013-07-10 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.1.x Changeset: r65319:9baca13ddc39 Date: 2013-07-09 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/9baca13ddc39/ Log:it seems this is enough to enable fastpath for ['self', 'space'] unwrap_spec diff --git

[pypy-commit] pypy kill-ootype: Remove all dependencies on ootypesystem from rpython/jit/

2013-07-10 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: kill-ootype Changeset: r65321:9ffbd90b31dd Date: 2013-07-10 03:58 +0200 http://bitbucket.org/pypy/pypy/changeset/9ffbd90b31dd/ Log:Remove all dependencies on ootypesystem from rpython/jit/ diff --git

[pypy-commit] pypy kill-gen-store-back-in: grrr grrr grrr. force_virtualizable can malloc. 2 weeks

2013-07-10 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r65324:a04f2b2c5238 Date: 2013-07-10 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/a04f2b2c5238/ Log:grrr grrr grrr. force_virtualizable can malloc. 2 weeks diff --git

[pypy-commit] pypy kill-gen-store-back-in: ups

2013-07-10 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r65325:a83e379514aa Date: 2013-07-10 20:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a83e379514aa/ Log:ups diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py

[pypy-commit] pypy kill-gen-store-back-in: argh

2013-07-10 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r65326:93eb9d0127cf Date: 2013-07-10 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/93eb9d0127cf/ Log:argh diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py

[pypy-commit] pypy kill-gen-store-back-in: Actually use the hint we developed

2013-07-10 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r65327:d529882ed496 Date: 2013-07-10 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/d529882ed496/ Log:Actually use the hint we developed diff --git a/pypy/interpreter/generator.py

[pypy-commit] stmgc default: fix writing to write-ready objects after a minor collection

2013-07-10 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r382:191c168da60e Date: 2013-07-11 06:40 +0200 http://bitbucket.org/pypy/stmgc/changeset/191c168da60e/ Log:fix writing to write-ready objects after a minor collection diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c