[pypy-commit] pypy default: test, export ndarray.conjugate

2015-03-07 Thread mattip
Author: mattip Branch: Changeset: r76276:0720512cd72d Date: 2015-03-07 23:54 +0200 http://bitbucket.org/pypy/pypy/changeset/0720512cd72d/ Log:test, export ndarray.conjugate diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/micronumpy/ndarr

[pypy-commit] pypy default: test, fix random.getstate() to return longs so that repr(state) is identical w/cpython

2015-03-07 Thread mattip
Author: mattip Branch: Changeset: r76275:a2a352a3b535 Date: 2015-03-07 22:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a2a352a3b535/ Log:test, fix random.getstate() to return longs so that repr(state) is identical w/cpython diff --git a/pypy/module/_random/interp_random.py b/p

[pypy-commit] stmgc c8-marker: in-progress: import some code from c7

2015-03-07 Thread arigo
Author: Armin Rigo Branch: c8-marker Changeset: r1695:a3f57a07666c Date: 2015-03-07 16:34 +0100 http://bitbucket.org/pypy/stmgc/changeset/a3f57a07666c/ Log:in-progress: import some code from c7 diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -528,6 +528,

[pypy-commit] stmgc c8-marker: A branch to re-implement the marker logic to debug contentions

2015-03-07 Thread arigo
Author: Armin Rigo Branch: c8-marker Changeset: r1694:9b75f20316ae Date: 2015-03-07 15:16 +0100 http://bitbucket.org/pypy/stmgc/changeset/9b75f20316ae/ Log:A branch to re-implement the marker logic to debug contentions ___ pypy-commit mailing list

[pypy-commit] stmgc c8-card-marking: Close branch, which seems to be ready to merge

2015-03-07 Thread arigo
Author: Armin Rigo Branch: c8-card-marking Changeset: r1691:3da2ffce635d Date: 2015-03-07 15:09 +0100 http://bitbucket.org/pypy/stmgc/changeset/3da2ffce635d/ Log:Close branch, which seems to be ready to merge ___ pypy-commit mailing list pypy-commi

[pypy-commit] stmgc default: Add a comment and an XXXXXX

2015-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1693:c447910735da Date: 2015-03-07 15:28 +0100 http://bitbucket.org/pypy/stmgc/changeset/c447910735da/ Log:Add a comment and an XX diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -498,6 +498,10 @@

[pypy-commit] stmgc default: hg merge c8-card-marking

2015-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r1692:21554aee8ae6 Date: 2015-03-07 15:09 +0100 http://bitbucket.org/pypy/stmgc/changeset/21554aee8ae6/ Log:hg merge c8-card-marking diff too long, truncating to 2000 out of 2709 lines diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++

[pypy-commit] stmgc c8-card-marking: Duh, abort() can be called from a signal handler.

2015-03-07 Thread arigo
Author: Armin Rigo Branch: c8-card-marking Changeset: r1690:f52d5033cce6 Date: 2015-03-07 15:08 +0100 http://bitbucket.org/pypy/stmgc/changeset/f52d5033cce6/ Log:Duh, abort() can be called from a signal handler. diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core

[pypy-commit] pypy.org extradoc: update the values

2015-03-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r577:17524cdd9f57 Date: 2015-03-07 15:04 +0100 http://bitbucket.org/pypy/pypy.org/changeset/17524cdd9f57/ Log:update the values diff --git a/don3.html b/don3.html --- a/don3.html +++ b/don3.html @@ -15,7 +15,7 @@ - $51321 of $6 (8

[pypy-commit] pypy optresult: hg merge recent-pure-ops (again)

2015-03-07 Thread arigo
Author: Armin Rigo Branch: optresult Changeset: r76273:1188016be42b Date: 2015-03-07 15:02 +0100 http://bitbucket.org/pypy/pypy/changeset/1188016be42b/ Log:hg merge recent-pure-ops (again) diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py --- a/rpy

[pypy-commit] pypy optresult: merge heads

2015-03-07 Thread arigo
Author: Armin Rigo Branch: optresult Changeset: r76274:e25c349f8ae6 Date: 2015-03-07 15:02 +0100 http://bitbucket.org/pypy/pypy/changeset/e25c349f8ae6/ Log:merge heads diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backend/llgrap

[pypy-commit] pypy default: Add a test checking we get the exact same result as CPython

2015-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76272:ba1ed3805ad7 Date: 2015-03-07 14:52 +0100 http://bitbucket.org/pypy/pypy/changeset/ba1ed3805ad7/ Log:Add a test checking we get the exact same result as CPython diff --git a/pypy/module/_random/test/test_random.py b/pypy/module/_random/test/test

[pypy-commit] pypy optresult: due to lack of heapcache for now, shuffle the operation order

2015-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76270:d0dc3f49b00b Date: 2015-03-07 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d0dc3f49b00b/ Log:due to lack of heapcache for now, shuffle the operation order diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython

[pypy-commit] pypy optresult: fix tests until varray appears

2015-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76271:1029118d258f Date: 2015-03-07 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/1029118d258f/ Log:fix tests until varray appears diff --git a/rpython/jit/metainterp/optimizeopt/pure.py b/rpython/jit/metainterp/optimizeopt/pur

[pypy-commit] pypy optresult: basic virtuals

2015-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76269:917cc4c8ef85 Date: 2015-03-07 14:05 +0200 http://bitbucket.org/pypy/pypy/changeset/917cc4c8ef85/ Log:basic virtuals diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/bac

[pypy-commit] pypy optresult: implement guard_value -> true/false

2015-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76268:852623badb92 Date: 2015-03-06 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/852623badb92/ Log:implement guard_value -> true/false diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optim

[pypy-commit] pypy default: Copy the stack alignment logic here too

2015-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76267:1fdade0f6b61 Date: 2015-03-07 09:37 +0100 http://bitbucket.org/pypy/pypy/changeset/1fdade0f6b61/ Log:Copy the stack alignment logic here too diff --git a/rpython/translator/c/src/stacklet/switch_x86_gcc.h b/rpython/translator/c/src/stacklet/swit

[pypy-commit] pypy default: More missing stack alignment

2015-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r76266:df8de9ee47b5 Date: 2015-03-07 09:31 +0100 http://bitbucket.org/pypy/pypy/changeset/df8de9ee47b5/ Log:More missing stack alignment diff --git a/rpython/translator/c/src/stacklet/switch_x86_64_gcc.h b/rpython/translator/c/src/stacklet/switch_x86_6