[pypy-commit] pypy gc_no_cleanup_nursery: ZERO_PTR_FIELD in test_ll_random

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73541:9708b696cace Date: 2014-09-14 19:07 -0600 http://bitbucket.org/pypy/pypy/changeset/9708b696cace/ Log:ZERO_PTR_FIELD in test_ll_random diff --git a/rpython/jit/backend/test/test_ll_random.py b/rpython/jit/backend/test

[pypy-commit] pypy use-file-star-for-file: fix test_mmap on linux32

2014-09-14 Thread bdkearns
Author: Brian Kearns Branch: use-file-star-for-file Changeset: r73540:7f465c1fe072 Date: 2014-09-15 00:17 + http://bitbucket.org/pypy/pypy/changeset/7f465c1fe072/ Log:fix test_mmap on linux32 diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpy

[pypy-commit] pypy gc_no_cleanup_nursery: implement zero_ptr_field and eager clearing of fields

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73539:b1948ec73a81 Date: 2014-09-14 18:03 -0600 http://bitbucket.org/pypy/pypy/changeset/b1948ec73a81/ Log:implement zero_ptr_field and eager clearing of fields diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpyth

[pypy-commit] pypy gc_no_cleanup_nursery: implement offsets_of_gcfields in sizedescr

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73538:5ba9f2d2ffbe Date: 2014-09-14 16:36 -0600 http://bitbucket.org/pypy/pypy/changeset/5ba9f2d2ffbe/ Log:implement offsets_of_gcfields in sizedescr diff --git a/rpython/jit/backend/llsupport/descr.py b/rpython/jit/backen

[pypy-commit] pypy gc_no_cleanup_nursery: Remove the zeroing of gc pointers here, however, still remember we call

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73537:6f0916ba2510 Date: 2014-09-14 16:13 -0600 http://bitbucket.org/pypy/pypy/changeset/6f0916ba2510/ Log:Remove the zeroing of gc pointers here, however, still remember we call malloc(zero=True) and reflect it in j

[pypy-commit] pypy improve-docs: Move TODO-docs to pypy/doc.

2014-09-14 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r73536:270d713b5e12 Date: 2014-09-14 23:45 +0200 http://bitbucket.org/pypy/pypy/changeset/270d713b5e12/ Log:Move TODO-docs to pypy/doc. diff --git a/TODO-docs b/pypy/doc/TODO rename from TODO-docs rename to pypy/doc/TODO __

[pypy-commit] pypy default: Don't emit write barriers for constants in the JIT - they all can't move. Be a bit future-proof by calling can_move, which is going to always be true, until we merge pinnin

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r73534:8707febbf25b Date: 2014-09-14 15:54 -0600 http://bitbucket.org/pypy/pypy/changeset/8707febbf25b/ Log:Don't emit write barriers for constants in the JIT - they all can't move. Be a bit future-proof by calling can_move, which is goin

[pypy-commit] pypy default: merge

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r73535:06bb85dd0910 Date: 2014-09-14 15:54 -0600 http://bitbucket.org/pypy/pypy/changeset/06bb85dd0910/ Log:merge diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -85,10 +85,13 @@

[pypy-commit] pypy no-write-barrier-in-const-ptrs: will merge it differently

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: no-write-barrier-in-const-ptrs Changeset: r73533:3d26064d218e Date: 2014-09-14 15:45 -0600 http://bitbucket.org/pypy/pypy/changeset/3d26064d218e/ Log:will merge it differently ___ pypy-commit mailing list pypy-com

[pypy-commit] pypy improve-docs: hg merge default

2014-09-14 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r73532:2d9e0893a2ec Date: 2014-09-14 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/2d9e0893a2ec/ Log:hg merge default diff too long, truncating to 2000 out of 65600 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @

[pypy-commit] extradoc extradoc: expand

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5401:359443316deb Date: 2014-09-14 12:41 -0600 http://bitbucket.org/pypy/extradoc/changeset/359443316deb/ Log:expand diff --git a/talk/pycon2015/status/abstract.rst b/talk/pycon2015/status/abstract.rst --- a/talk/pycon2015/status/abstr

[pypy-commit] extradoc extradoc: work a bit on the proposal

2014-09-14 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5400:3f6667e580dc Date: 2014-09-14 12:21 -0600 http://bitbucket.org/pypy/extradoc/changeset/3f6667e580dc/ Log:work a bit on the proposal diff --git a/talk/pycon2015/status/abstract.rst b/talk/pycon2015/status/abstract.rst --- a/talk/py