[pypy-commit] stmgc c8-new-page-handling: Add comment

2014-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: c8-new-page-handling Changeset: r1418:d041ac365425 Date: 2014-09-24 10:00 +0200 http://bitbucket.org/pypy/stmgc/changeset/d041ac365425/ Log:Add comment diff --git a/c8/stm/core.h b/c8/stm/core.h --- a/c8/stm/core.h +++ b/c8/stm/core.h @@ -109,6

[pypy-commit] pypy shadowstack-again: Close this head

2014-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: shadowstack-again Changeset: r73670:6c50bbbada5b Date: 2014-09-24 10:11 +0200 http://bitbucket.org/pypy/pypy/changeset/6c50bbbada5b/ Log:Close this head ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] benchmarks default: fix for win32

2014-09-24 Thread mattip
Author: mattip Branch: Changeset: r276:bdd2f0fc83b3 Date: 2014-09-23 21:28 +0300 http://bitbucket.org/pypy/benchmarks/changeset/bdd2f0fc83b3/ Log:fix for win32 diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -91,7 +91,7 @@ else:

[pypy-commit] stmgc c8-new-page-handling: additional tests

2014-09-24 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: c8-new-page-handling Changeset: r1420:1f40964edc8a Date: 2014-09-24 14:12 +0200 http://bitbucket.org/pypy/stmgc/changeset/1f40964edc8a/ Log:additional tests diff --git a/c8/test/test_basic.py b/c8/test/test_basic.py ---

[pypy-commit] stmgc c8-new-page-handling: probably fix go_to_the_past

2014-09-24 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: c8-new-page-handling Changeset: r1421:a7f16e60a0c6 Date: 2014-09-24 14:21 +0200 http://bitbucket.org/pypy/stmgc/changeset/a7f16e60a0c6/ Log:probably fix go_to_the_past diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++

[pypy-commit] stmgc c8-new-page-handling: test and fix

2014-09-24 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: c8-new-page-handling Changeset: r1423:8748c8466dde Date: 2014-09-24 15:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/8748c8466dde/ Log:test and fix diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@

[pypy-commit] pypy win32-fixes5: force 4 byte alignment on windows

2014-09-24 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: win32-fixes5 Changeset: r73671:b878317fc5f0 Date: 2014-09-24 16:30 +0300 http://bitbucket.org/pypy/pypy/changeset/b878317fc5f0/ Log:force 4 byte alignment on windows diff --git a/rpython/rtyper/tool/rffi_platform.py

[pypy-commit] pypy gc_no_cleanup_nursery: Write this test

2014-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: gc_no_cleanup_nursery Changeset: r73673:419bb943f8e2 Date: 2014-09-24 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/419bb943f8e2/ Log:Write this test diff --git a/rpython/jit/backend/test/runner_test.py

[pypy-commit] stmgc c8-new-page-handling: another issue of go_to_the_future

2014-09-24 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: c8-new-page-handling Changeset: r1424:d68c60689ca5 Date: 2014-09-24 15:45 +0200 http://bitbucket.org/pypy/stmgc/changeset/d68c60689ca5/ Log:another issue of go_to_the_future diff --git a/c8/test/test_basic.py b/c8/test/test_basic.py ---

[pypy-commit] pypy gc_no_cleanup_nursery: arm: zero_ptr_field

2014-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: gc_no_cleanup_nursery Changeset: r73674:712ee4b2bdcf Date: 2014-09-24 14:42 + http://bitbucket.org/pypy/pypy/changeset/712ee4b2bdcf/ Log:arm: zero_ptr_field diff --git a/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy gc_no_cleanup_nursery: fight fight fight until the tests start oassinbg

2014-09-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r73675:c6ba1b273ac0 Date: 2014-09-24 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/c6ba1b273ac0/ Log:fight fight fight until the tests start oassinbg diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy gc_no_cleanup_nursery: ignore void fields

2014-09-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r73676:e2cff500b06d Date: 2014-09-24 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/e2cff500b06d/ Log:ignore void fields diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy gc_no_cleanup_nursery: Clarify which cls goes with which argument

2014-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: gc_no_cleanup_nursery Changeset: r73679:85803d8e9c23 Date: 2014-09-24 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/85803d8e9c23/ Log:Clarify which cls goes with which argument diff --git a/rpython/jit/backend/test/runner_test.py

[pypy-commit] pypy gc_no_cleanup_nursery: merge heads

2014-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: gc_no_cleanup_nursery Changeset: r73678:aec805bce08c Date: 2014-09-24 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/aec805bce08c/ Log:merge heads diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy gc_no_cleanup_nursery: Simplify the entry condition a little bit

2014-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: gc_no_cleanup_nursery Changeset: r73680:a738fd00ee83 Date: 2014-09-24 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/a738fd00ee83/ Log:Simplify the entry condition a little bit diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy default: fix float mod behavior to match cpython (issue 1873)

2014-09-24 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73681:42870fecc305 Date: 2014-09-24 09:50 -0700 http://bitbucket.org/pypy/pypy/changeset/42870fecc305/ Log:fix float mod behavior to match cpython (issue 1873) diff --git a/pypy/objspace/std/floatobject.py

[pypy-commit] pypy gc_no_cleanup_nursery: Inlined fast-path.

2014-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: gc_no_cleanup_nursery Changeset: r73682:9d73241d63a3 Date: 2014-09-24 16:53 + http://bitbucket.org/pypy/pypy/changeset/9d73241d63a3/ Log:Inlined fast-path. diff --git a/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy py3k: we really want a unicodebuffer here

2014-09-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73683:2e736033bd2b Date: 2014-09-24 19:14 -0700 http://bitbucket.org/pypy/pypy/changeset/2e736033bd2b/ Log:we really want a unicodebuffer here diff --git a/rpython/rtyper/module/ll_win32file.py

[pypy-commit] pypy py3k: workaround FuncType pointer calls w/ a non-standard calling convention not

2014-09-24 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r73684:eab5254eaafa Date: 2014-09-24 19:24 -0700 http://bitbucket.org/pypy/pypy/changeset/eab5254eaafa/ Log:workaround FuncType pointer calls w/ a non-standard calling convention not actually using said convention