[pypy-commit] stmgc marker: Look for markers until one expand_marker() calls return a non-empty string

2014-04-20 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1172:a07a3f22d422 Date: 2014-04-20 10:09 +0200 http://bitbucket.org/pypy/stmgc/changeset/a07a3f22d422/ Log:Look for markers until one expand_marker() calls return a non-empty string diff --git a/c7/stm/marker.c b/c7/stm/marker.c --- a/c7/

[pypy-commit] stmgc marker: Fix

2014-04-20 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1173:a4c30401045f Date: 2014-04-20 10:09 +0200 http://bitbucket.org/pypy/stmgc/changeset/a4c30401045f/ Log:Fix diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --- a/c7/demo/demo2.c +++ b/c7/demo/demo2.c @@ -44,7 +44,7 @@ visit((object_t **)&n

[pypy-commit] stmgc marker: Make the stack markers odd (seems more useful for pypy)

2014-04-20 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1171:caccd9ab4c7c Date: 2014-04-20 10:05 +0200 http://bitbucket.org/pypy/stmgc/changeset/caccd9ab4c7c/ Log:Make the stack markers odd (seems more useful for pypy) diff --git a/c7/stmgc.h b/c7/stmgc.h --- a/c7/stmgc.h +++ b/c7/stmgc.h @@ -271,8 +2

[pypy-commit] stmgc marker: bug fix

2014-04-20 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1174:889897f2f5ef Date: 2014-04-20 10:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/889897f2f5ef/ Log:bug fix diff --git a/c7/stm/marker.c b/c7/stm/marker.c --- a/c7/stm/marker.c +++ b/c7/stm/marker.c @@ -20,7 +20,9 @@ stm_thread_lo

[pypy-commit] pypy stmgc-c7: Revert these changes, probably not necessary

2014-04-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70799:2dee4269a986 Date: 2014-04-20 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/2dee4269a986/ Log:Revert these changes, probably not necessary diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpre

[pypy-commit] pypy stmgc-c7: In stm mode, stick the 'next_instr' and the 'pycode' arguments (an int

2014-04-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70801:8fb2e2faf420 Date: 2014-04-20 13:43 +0200 http://bitbucket.org/pypy/pypy/changeset/8fb2e2faf420/ Log:In stm mode, stick the 'next_instr' and the 'pycode' arguments (an int and a ref from the greenkey) on the guard's descrs. diff -

[pypy-commit] pypy stmgc-c7: update to stmgc/889897f2f5ef (branch "marker")

2014-04-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70800:7f2b59d09a77 Date: 2014-04-20 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/7f2b59d09a77/ Log:update to stmgc/889897f2f5ef (branch "marker") diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/rev

[pypy-commit] pypy stmgc-c7: import stmgc/a4c30401045f (branch "marker")

2014-04-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70798:53dcf7d51a17 Date: 2014-04-20 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/53dcf7d51a17/ Log:import stmgc/a4c30401045f (branch "marker") diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revisi

[pypy-commit] pypy stmgc-c7: The point of the 'stm_set_location' operation.

2014-04-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70802:25d8b67514fd Date: 2014-04-20 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/25d8b67514fd/ Log:The point of the 'stm_set_location' operation. diff --git a/rpython/jit/metainterp/optimizeopt/stm.py b/rpython/jit/metainterp/optimizeo

[pypy-commit] pypy default: Merged in vext01/pypy/openbsd-lib-prefix (pull request #231)

2014-04-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r70804:c65c5258c686 Date: 2014-04-20 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/c65c5258c686/ Log:Merged in vext01/pypy/openbsd-lib-prefix (pull request #231) Like Linux, the BSDs use a 'lib' prefix for shared objects. diff --git a/rp

[pypy-commit] pypy openbsd-lib-prefix: Like Linux, the BSDs use a 'lib' prefix for shared objects.

2014-04-20 Thread vext01
Author: Edd Barrett Branch: openbsd-lib-prefix Changeset: r70803:5b1c49e8419c Date: 2014-04-20 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/5b1c49e8419c/ Log:Like Linux, the BSDs use a 'lib' prefix for shared objects. Fixes problems with HippyVM tests where we see thinks like

[pypy-commit] pypy default: reduce code dup in searchsort

2014-04-20 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70805:c39475b4b4f7 Date: 2014-04-21 01:28 -0400 http://bitbucket.org/pypy/pypy/changeset/c39475b4b4f7/ Log:reduce code dup in searchsort diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micronumpy/app_numpy.py --- a/pypy/module/micronu