[pypy-commit] lang-smalltalk default: dynamically get the pixelbuffer, because realloc may move it

2014-02-07 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r595:1bcfc3ded0b0 Date: 2014-02-05 10:14 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/1bcfc3ded0b0/ Log:dynamically get the pixelbuffer, because realloc may move it diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyvm/display.py

[pypy-commit] lang-smalltalk default: merge remote

2014-02-07 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r598:e4c2e5637146 Date: 2014-02-07 09:54 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/e4c2e5637146/ Log:merge remote diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py old mode 100644 new mode 100755 --- a/targ

[pypy-commit] lang-smalltalk default: fix COPY_BITS prim if we call the rpython plugin

2014-02-07 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r596:2d1aef2a70a3 Date: 2014-02-05 10:15 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2d1aef2a70a3/ Log:fix COPY_BITS prim if we call the rpython plugin diff --git a/spyvm/primitives.py b/spyvm/primitives.py --- a/spyvm/primitives.py ++

[pypy-commit] lang-smalltalk default: try to improve byteobject comparisons

2014-02-07 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r597:4830ce6194cb Date: 2014-02-05 10:15 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/4830ce6194cb/ Log:try to improve byteobject comparisons diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -796

[pypy-commit] stmgc c7: small changes

2014-02-07 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r706:a4bc64e1d240 Date: 2014-02-07 10:46 +0100 http://bitbucket.org/pypy/stmgc/changeset/a4bc64e1d240/ Log:small changes diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -205,6 +205,7 @@ assert(READMARKER_START < READMARKER_EN

[pypy-commit] pypy precompiled-headers: merge default into branch

2014-02-07 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69092:b238bc9d56d5 Date: 2014-02-07 09:08 +0200 http://bitbucket.org/pypy/pypy/changeset/b238bc9d56d5/ Log:merge default into branch diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/module/

[pypy-commit] pypy default: merge precompiled-headers which uses Makefile with precompiled headers on MSVC

2014-02-07 Thread mattip
Author: Matti Picus Branch: Changeset: r69094:506a567ec761 Date: 2014-02-07 09:14 +0200 http://bitbucket.org/pypy/pypy/changeset/506a567ec761/ Log:merge precompiled-headers which uses Makefile with precompiled headers on MSVC diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpye

[pypy-commit] pypy precompiled-headers: skip test on gcc

2014-02-07 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69091:b6aba01a6fc2 Date: 2014-02-07 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/b6aba01a6fc2/ Log:skip test on gcc diff --git a/rpython/translator/platform/test/test_makefile.py b/rpython/translator/platform/test/test_make

[pypy-commit] pypy precompiled-headers: close branch to be merged

2014-02-07 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69093:c82a167147b1 Date: 2014-02-07 09:11 +0200 http://bitbucket.org/pypy/pypy/changeset/c82a167147b1/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org htt

[pypy-commit] pypy default: document merged branch

2014-02-07 Thread mattip
Author: Matti Picus Branch: Changeset: r69095:62009b849a14 Date: 2014-02-07 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/62009b849a14/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what

[pypy-commit] lang-smalltalk 64bit-c2: graft changes from 64bit branch onto master

2014-02-07 Thread timfel
Author: Tim Felgentreff Branch: 64bit-c2 Changeset: r599:8343cdb32ec6 Date: 2014-02-07 13:12 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/8343cdb32ec6/ Log:graft changes from 64bit branch onto master diff --git a/spyvm/constants.py b/spyvm/constants.py --- a/spyvm/constants.py ++

[pypy-commit] stmgc c7: Try to be extra careful around the "lock" in nursery_current

2014-02-07 Thread arigo
Author: Armin Rigo Branch: c7 Changeset: r707:e6bce725abb4 Date: 2014-02-07 13:43 +0100 http://bitbucket.org/pypy/stmgc/changeset/e6bce725abb4/ Log:Try to be extra careful around the "lock" in nursery_current diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -175,7 +175,7

[pypy-commit] stmgc c7: add a comment

2014-02-07 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r708:e281aed3728a Date: 2014-02-07 15:35 +0100 http://bitbucket.org/pypy/stmgc/changeset/e281aed3728a/ Log:add a comment diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -388,6 +388,9 @@ _STM_TL->need_abort = 0; /* global

[pypy-commit] stmgc c7: another comment

2014-02-07 Thread Remi Meier
Author: Remi Meier Branch: c7 Changeset: r709:1a1f89d3003c Date: 2014-02-07 15:46 +0100 http://bitbucket.org/pypy/stmgc/changeset/1a1f89d3003c/ Log:another comment diff --git a/c7/core.h b/c7/core.h --- a/c7/core.h +++ b/c7/core.h @@ -200,6 +200,10 @@ static inline void write_fence(void) {

[pypy-commit] extradoc extradoc: first draft for the abstract

2014-02-07 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5145:dc92848ce8b4 Date: 2014-02-07 17:26 +0100 http://bitbucket.org/pypy/extradoc/changeset/dc92848ce8b4/ Log:first draft for the abstract diff --git a/talk/ep2013/status/abstract.rst b/talk/ep2013/status/abstract.rst new file mode 100644 ---

[pypy-commit] extradoc extradoc: bah

2014-02-07 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5146:40c945b881d2 Date: 2014-02-07 17:29 +0100 http://bitbucket.org/pypy/extradoc/changeset/40c945b881d2/ Log:bah diff --git a/talk/ep2013/status/abstract.rst b/talk/ep2014/status/abstract.rst rename from talk/ep2013/status/abstract.rst renam

[pypy-commit] extradoc extradoc: STM talk abstract, first version

2014-02-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5147:d1c12ea246a5 Date: 2014-02-07 18:10 +0100 http://bitbucket.org/pypy/extradoc/changeset/d1c12ea246a5/ Log:STM talk abstract, first version diff --git a/talk/ep2014/stm/abstract.rst b/talk/ep2014/stm/abstract.rst new file mode 100644 --- /de

[pypy-commit] extradoc extradoc: Light rewrite of this para

2014-02-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5148:b53fb9b9054a Date: 2014-02-07 18:22 +0100 http://bitbucket.org/pypy/extradoc/changeset/b53fb9b9054a/ Log:Light rewrite of this para diff --git a/talk/ep2014/stm/abstract.rst b/talk/ep2014/stm/abstract.rst --- a/talk/ep2014/stm/abstract.rst

[pypy-commit] extradoc extradoc: Expand and add CFFI

2014-02-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5149:550b7a914c24 Date: 2014-02-07 18:33 +0100 http://bitbucket.org/pypy/extradoc/changeset/550b7a914c24/ Log:Expand and add CFFI diff --git a/talk/ep2014/status/abstract.rst b/talk/ep2014/status/abstract.rst --- a/talk/ep2014/status/abstract.r

[pypy-commit] stmgc c7: Use __sync_synchronize() as a general fall-back. Update comments.

2014-02-07 Thread arigo
Author: Armin Rigo Branch: c7 Changeset: r710:f59e497a6ec5 Date: 2014-02-07 20:24 +0100 http://bitbucket.org/pypy/stmgc/changeset/f59e497a6ec5/ Log:Use __sync_synchronize() as a general fall-back. Update comments. diff --git a/c7/core.h b/c7/core.h --- a/c7/core.h +++ b/c7/core.h @@ -199,14

[pypy-commit] extradoc extradoc: reword

2014-02-07 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r5150:74f17fa92c47 Date: 2013-11-12 15:14 -0800 http://bitbucket.org/pypy/extradoc/changeset/74f17fa92c47/ Log:reword diff --git a/blog/draft/py3k-status-update-12.rst b/blog/draft/py3k-status-update-12.rst --- a/blog/draft/py3k-status-updat

[pypy-commit] extradoc extradoc: merge upstream

2014-02-07 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r5151:1694aba0aca8 Date: 2014-02-07 11:35 -0800 http://bitbucket.org/pypy/extradoc/changeset/1694aba0aca8/ Log:merge upstream diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/planning/jit.txt @@ -48,6 +48,18 @@ -