[pypy-commit] pypy default: fix for linux32, macos

2016-03-12 Thread mattip
Author: mattip Branch: Changeset: r83006:c4d20dd5b286 Date: 2016-03-13 07:45 +0200 http://bitbucket.org/pypy/pypy/changeset/c4d20dd5b286/ Log:fix for linux32, macos diff --git a/rpython/rlib/rvmprof/src/vmprof_config.h b/rpython/rlib/rvmprof/src/vmprof_config.h --- a/rpython/rlib/rvmprof/s

[pypy-commit] pypy cpyext-ext: charp2str does not accept const char *

2016-03-12 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83005:85120bcdf24e Date: 2016-03-13 00:41 +0200 http://bitbucket.org/pypy/pypy/changeset/85120bcdf24e/ Log:charp2str does not accept const char * diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py --- a/pypy/mod

[pypy-commit] pypy guard-compatible: support for promote_compatible in the codewriter

2016-03-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83001:889f0fd17c1a Date: 2016-03-12 22:47 +0100 http://bitbucket.org/pypy/pypy/changeset/889f0fd17c1a/ Log:support for promote_compatible in the codewriter diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewr

[pypy-commit] pypy guard-compatible: a new decorator elidable_compatible, with a docstring how I want things to work

2016-03-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83000:1fb0c5a8a04e Date: 2016-03-12 22:38 +0100 http://bitbucket.org/pypy/pypy/changeset/1fb0c5a8a04e/ Log:a new decorator elidable_compatible, with a docstring how I want things to work diff --git a/rpython/rlib/jit.py

[pypy-commit] pypy guard-compatible: some optimization support for guard_compatible, including storing which

2016-03-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83002:03482b008a97 Date: 2016-03-12 23:00 +0100 http://bitbucket.org/pypy/pypy/changeset/03482b008a97/ Log:some optimization support for guard_compatible, including storing which elidable functions were applied to its ar

[pypy-commit] pypy guard-compatible: a branch to explore implementing a guard_compatible

2016-03-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r82999:a6612658cd4d Date: 2016-03-12 22:37 +0100 http://bitbucket.org/pypy/pypy/changeset/a6612658cd4d/ Log:a branch to explore implementing a guard_compatible ___ pypy-commit mailing

[pypy-commit] pypy guard-compatible: in-progress: tracing support for guard_compatible, also some sketched code for

2016-03-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83003:818cabf99bbf Date: 2016-03-12 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/818cabf99bbf/ Log:in-progress: tracing support for guard_compatible, also some sketched code for how failures and checking of the c

[pypy-commit] pypy guard-compatible: improve test a bit

2016-03-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83004:d2ba8721ddfc Date: 2016-03-12 23:24 +0100 http://bitbucket.org/pypy/pypy/changeset/d2ba8721ddfc/ Log:improve test a bit diff --git a/rpython/jit/metainterp/optimizeopt/test/test_compatible.py b/rpython/jit/metainterp/opt

[pypy-commit] pypy default: Test and fix: if we use create_link_pypy() on *non-nursery* young

2016-03-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r82998:82f5992c242d Date: 2016-03-12 20:24 +0100 http://bitbucket.org/pypy/pypy/changeset/82f5992c242d/ Log:Test and fix: if we use create_link_pypy() on *non-nursery* young objects, crash diff --git a/rpython/memory/gc/incminimark.py b/rpython/

[pypy-commit] pypy default: simplify ifdefs, add arm case

2016-03-12 Thread mattip
Author: mattip Branch: Changeset: r82997:94c2361efe8b Date: 2016-03-12 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/94c2361efe8b/ Log:simplify ifdefs, add arm case diff --git a/rpython/rlib/rvmprof/src/vmprof_config.h b/rpython/rlib/rvmprof/src/vmprof_config.h --- a/rpython/rlib/rv

[pypy-commit] pypy default: Support unlink() in the sandbox VFS

2016-03-12 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r82996:a80669896291 Date: 2016-03-12 09:37 -0800 http://bitbucket.org/pypy/pypy/changeset/a80669896291/ Log:Support unlink() in the sandbox VFS Now that pyc files aren't disableable, we try to unlink() one during startup. EPERM is ha

[pypy-commit] pypy jit-leaner-frontend: fix rpython

2016-03-12 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82995:17c5928daa79 Date: 2016-03-12 18:43 +0200 http://bitbucket.org/pypy/pypy/changeset/17c5928daa79/ Log:fix rpython diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainterp/ope

[pypy-commit] pypy jit-leaner-frontend: fix tests

2016-03-12 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82994:57e6db0d79ab Date: 2016-03-12 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/57e6db0d79ab/ Log:fix tests diff --git a/rpython/jit/metainterp/test/test_opencoder.py b/rpython/jit/metainterp/test/test_opencoder.py --- a/rpython/

[pypy-commit] pypy jit-leaner-frontend: hack differently

2016-03-12 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82993:065b7dae64ce Date: 2016-03-12 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/065b7dae64ce/ Log:hack differently diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainter

[pypy-commit] pypy default: fix for windows

2016-03-12 Thread mattip
Author: mattip Branch: Changeset: r82992:e5ee9597f8cc Date: 2016-03-12 14:21 +0200 http://bitbucket.org/pypy/pypy/changeset/e5ee9597f8cc/ Log:fix for windows diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++ b/testrunner/runner.py @@ -240,8 +240,8 @@

[pypy-commit] pypy default: re-set debug to True to make sure that subsequent asserts work

2016-03-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82991:c7b41222937f Date: 2016-03-12 10:32 +0100 http://bitbucket.org/pypy/pypy/changeset/c7b41222937f/ Log:re-set debug to True to make sure that subsequent asserts work diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/t

[pypy-commit] pypy default: we don't support python 2.5 any more

2016-03-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82990:075aea373fa9 Date: 2016-03-12 10:11 +0100 http://bitbucket.org/pypy/pypy/changeset/075aea373fa9/ Log:we don't support python 2.5 any more diff --git a/rpython/jit/codewriter/test/test_jtransform.py b/rpython/jit/codewriter/test/test_jtr