[pypy-commit] cffi win32-ownlib: fix tests for linux

2015-01-12 Thread mattip
Author: mattip Branch: win32-ownlib Changeset: r1636:247aba97de43 Date: 2015-01-12 22:16 +0200 http://bitbucket.org/cffi/cffi/changeset/247aba97de43/ Log:fix tests for linux diff --git a/testing/test_ownlib.py b/testing/test_ownlib.py --- a/testing/test_ownlib.py +++ b/testing/test_ownlib.py

[pypy-commit] cffi win32-ownlib: fix test, still fails on arm64 (libffi issue?)

2015-01-12 Thread mattip
Author: mattip Branch: win32-ownlib Changeset: r1637:cafc2dd59316 Date: 2015-01-13 00:53 +0200 http://bitbucket.org/cffi/cffi/changeset/cafc2dd59316/ Log:fix test, still fails on arm64 (libffi issue?) diff --git a/testing/test_ownlib.py b/testing/test_ownlib.py --- a/testing/test_ownlib.py +

[pypy-commit] pypy default: update to cffi/2d04ac7331c7

2015-01-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r75312:e7d1efa3564f Date: 2015-01-12 22:23 +0100 http://bitbucket.org/pypy/pypy/changeset/e7d1efa3564f/ Log:update to cffi/2d04ac7331c7 diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py --- a/pypy/module/_cffi

[pypy-commit] cffi default: Say "From cffi callback" instead of just "From callback"

2015-01-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r1635:2d04ac7331c7 Date: 2015-01-12 22:23 +0100 http://bitbucket.org/cffi/cffi/changeset/2d04ac7331c7/ Log:Say "From cffi callback" instead of just "From callback" diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_

[pypy-commit] pypy kill_ll_time: time.time is called as "self.timer()", wrap it in a static method.

2015-01-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: kill_ll_time Changeset: r75311:97fbbce870d7 Date: 2015-01-12 22:11 +0100 http://bitbucket.org/pypy/pypy/changeset/97fbbce870d7/ Log:time.time is called as "self.timer()", wrap it in a static method. diff --git a/rpython/jit/metainterp/jitprof.py b/rpytho

[pypy-commit] pypy stdlib-2.7.9: merge default into branch

2015-01-12 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75310:619bddd17b1a Date: 2015-01-12 22:48 +0200 http://bitbucket.org/pypy/pypy/changeset/619bddd17b1a/ Log:merge default into branch diff too long, truncating to 2000 out of 9281 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE

[pypy-commit] pypy default: Issue #1925: tentative fix for the degenerating complexity

2015-01-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r75309:f176f55e3cb7 Date: 2015-01-12 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/f176f55e3cb7/ Log:Issue #1925: tentative fix for the degenerating complexity diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a

[pypy-commit] pypy libgccjit-backend: notes.rst: gcc r219480 onwards should have everything needed by the backend

2015-01-12 Thread dmalcolm
Author: David Malcolm Branch: libgccjit-backend Changeset: r75308:eddd1a835153 Date: 2015-01-12 12:43 -0500 http://bitbucket.org/pypy/pypy/changeset/eddd1a835153/ Log:notes.rst: gcc r219480 onwards should have everything needed by the backend diff --git a/rpython/jit/backend/libgccji

[pypy-commit] stmgc c8-private-pages: WIP: start fixing compilation everywhere

2015-01-12 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1516:21374c6583cf Date: 2015-01-12 14:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/21374c6583cf/ Log:WIP: start fixing compilation everywhere diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -1

[pypy-commit] stmgc c8-private-pages: fix compilation, test_basic passes (surprisingly)

2015-01-12 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1517:f5c8d19deeb4 Date: 2015-01-12 14:27 +0100 http://bitbucket.org/pypy/stmgc/changeset/f5c8d19deeb4/ Log:fix compilation, test_basic passes (surprisingly) diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/cor

[pypy-commit] stmgc c8-private-pages: add short description about how to save memory in the future

2015-01-12 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1515:be35498ceb30 Date: 2015-01-12 13:35 +0100 http://bitbucket.org/pypy/stmgc/changeset/be35498ceb30/ Log:add short description about how to save memory in the future diff --git a/c8/stm/pages.h b/c8/stm/pages.h --- a/c8/stm/pages.h ++

[pypy-commit] stmgc c8-private-pages: fix

2015-01-12 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1518:5fa8d7347e41 Date: 2015-01-12 16:37 +0100 http://bitbucket.org/pypy/stmgc/changeset/5fa8d7347e41/ Log:fix diff --git a/c8/stm/pages.c b/c8/stm/pages.c --- a/c8/stm/pages.c +++ b/c8/stm/pages.c @@ -34,7 +34,7 @@ assert(get_page

[pypy-commit] pypy rewrite-unrolling: fix the merge enough to pass tests

2015-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: rewrite-unrolling Changeset: r75306:62e5eb68ec00 Date: 2015-01-12 15:44 +0200 http://bitbucket.org/pypy/pypy/changeset/62e5eb68ec00/ Log:fix the merge enough to pass tests diff --git a/rpython/jit/metainterp/optimizeopt/pure.py b/rpython/jit/metainterp/opt

[pypy-commit] pypy default: shuffle around sythesising of pure reverse ops (why we don't do more???)

2015-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75307:b1bb8c9381a6 Date: 2015-01-12 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/b1bb8c9381a6/ Log:shuffle around sythesising of pure reverse ops (why we don't do more???) diff --git a/rpython/jit/metainterp/optimizeopt/optimize

[pypy-commit] pypy rewrite-unrolling: merge default

2015-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: rewrite-unrolling Changeset: r75305:101fa4a6ae54 Date: 2015-01-12 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/101fa4a6ae54/ Log:merge default diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/ap

[pypy-commit] pypy default: Assuming quite a few ops are pure, remove the need to store a crazy dict

2015-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75304:99d27b9b9c8a Date: 2015-01-12 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/99d27b9b9c8a/ Log:Assuming quite a few ops are pure, remove the need to store a crazy dict of "emitted_pure_operations" diff --git a/rpython/jit/me

[pypy-commit] pypy rewrite-unrolling: bam reap apart the part in pure.py responsible for old unrolling

2015-01-12 Thread fijal
Author: Maciej Fijalkowski Branch: rewrite-unrolling Changeset: r75303:55b1de6dc730 Date: 2015-01-11 12:25 +0200 http://bitbucket.org/pypy/pypy/changeset/55b1de6dc730/ Log:bam reap apart the part in pure.py responsible for old unrolling diff --git a/rpython/jit/metainterp/optimizeopt/pure.py

[pypy-commit] pypy all_ordered_dicts: Add reversed_dict() in RPython

2015-01-12 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75302:fc9fe2200019 Date: 2015-01-12 12:12 +0100 http://bitbucket.org/pypy/pypy/changeset/fc9fe2200019/ Log:Add reversed_dict() in RPython diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py --- a/rpython/rlib/objectm

[pypy-commit] pypy default: try to fix the issue of spaces in directory names

2015-01-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r75301:7cb0d2884762 Date: 2015-01-12 11:30 +0100 http://bitbucket.org/pypy/pypy/changeset/7cb0d2884762/ Log:try to fix the issue of spaces in directory names diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py -