[pypy-commit] pypy stmgc-c4: Actually even reads of GC pointers would need special care

2013-10-05 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r67154:8206090afbcb Date: 2013-10-05 07:55 +0200 http://bitbucket.org/pypy/pypy/changeset/8206090afbcb/ Log:Actually even reads of GC pointers would need special care diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py --- a/r

[pypy-commit] pypy default: interpreter/test2 doesn't exist any more

2013-10-05 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r67156:0026aa84a26b Date: 2013-10-05 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/0026aa84a26b/ Log:interpreter/test2 doesn't exist any more diff --git a/pypy/pytest-A.py b/pypy/pytest-A.py --- a/pypy/pytest-A.py +++ b/pypy/pytest-A.py @@ -5

[pypy-commit] pypy default: Avoid a spurious failure when TMPDIR is inside the source

2013-10-05 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r67155:733feca87f89 Date: 2013-10-05 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/733feca87f89/ Log:Avoid a spurious failure when TMPDIR is inside the source diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_a

[pypy-commit] pypy default: (austiine, arigo)

2013-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r67157:d7d63baf7ea4 Date: 2013-10-05 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/d7d63baf7ea4/ Log:(austiine, arigo) issue1618: this should fix the performance degradation of 'pow(huge, smallish, smallish)'. Note that CPython co

[pypy-commit] pypy default: Yay, we did ARM too! ...long ago

2013-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r67158:63b0e347b780 Date: 2013-10-05 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/63b0e347b780/ Log:Yay, we did ARM too! ...long ago diff --git a/pypy/TODO b/pypy/TODO deleted file mode 100644 --- a/pypy/TODO +++ /dev/null @@ -1,2 +0,0 @@ - -* A

[pypy-commit] cffi default: (arigo, fijal, jerith) More complicated (and better) juggling of compiler args for gcc/clang in verify tests.

2013-10-05 Thread jerith
Author: Jeremy Thurgood Branch: Changeset: r1350:a88e541709e8 Date: 2013-10-05 13:21 +0200 http://bitbucket.org/cffi/cffi/changeset/a88e541709e8/ Log:(arigo, fijal, jerith) More complicated (and better) juggling of compiler args for gcc/clang in verify tests. diff --git a/testing/te

[pypy-commit] pypy stmgc-c4: Fix: cannot put the BUSY flag in the same counter modified in

2013-10-05 Thread arigo
Author: Armin Rigo Branch: stmgc-c4 Changeset: r67159:e80585133345 Date: 2013-10-05 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/e80585133345/ Log:Fix: cannot put the BUSY flag in the same counter modified in 'stm_ignored' mode. We end up in cases where the guard's code is

[pypy-commit] cffi split-verify: FFIBuilder implementation.

2013-10-05 Thread jerith
Author: Jeremy Thurgood Branch: split-verify Changeset: r1351:eb2e8acaa3db Date: 2013-10-05 23:11 +0200 http://bitbucket.org/cffi/cffi/changeset/eb2e8acaa3db/ Log:FFIBuilder implementation. diff --git a/cffi/__init__.py b/cffi/__init__.py --- a/cffi/__init__.py +++ b/cffi/__init__.py @@ -1,7

[pypy-commit] pypy default: Update the comment from CPython's 101bf827611a.

2013-10-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r67160:0bb221958198 Date: 2013-10-06 08:44 +0200 http://bitbucket.org/pypy/pypy/changeset/0bb221958198/ Log:Update the comment from CPython's 101bf827611a. diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++