[pypy-commit] pypy default: document a branch

2013-10-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67523:3738e0241da2 Date: 2013-10-23 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3738e0241da2/ Log:document a branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy array-overallocation-in-nursery: Change the list comprehension optimization to not depend on

2013-10-23 Thread arigo
Author: Armin Rigo Branch: array-overallocation-in-nursery Changeset: r67524:6535af3b2988 Date: 2013-10-23 06:52 +0200 http://bitbucket.org/pypy/pypy/changeset/6535af3b2988/ Log:Change the list comprehension optimization to not depend on lltypesystem/rlist.py any more (in particular,

[pypy-commit] cffi default: Add PyPy support for big-endian bitfields

2013-10-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r1379:ab441e95dfbf Date: 2013-10-23 12:30 +0200 http://bitbucket.org/cffi/cffi/changeset/ab441e95dfbf/ Log:Add PyPy support for big-endian bitfields diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -2960,8 +2960,6 @@ _t

[pypy-commit] pypy default: cffi/ab441e95dfbf: add PyPy support for big-endian bitfields.

2013-10-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r67525:3ebf9399d5ad Date: 2013-10-23 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/3ebf9399d5ad/ Log:cffi/ab441e95dfbf: add PyPy support for big-endian bitfields. diff --git a/pypy/module/_cffi_backend/newtype.py b/pypy/module/_cffi_backend/newt

[pypy-commit] pypy stmgc-c4: start introducing the rest of the barriers: A2V, A2I, etc. (WIP)

2013-10-23 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67526:7407d1abd064 Date: 2013-10-22 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/7407d1abd064/ Log:start introducing the rest of the barriers: A2V, A2I, etc. (WIP) diff --git a/rpython/jit/backend/llsupport/descr.py b/rpython/jit/backe

[pypy-commit] pypy stmgc-c4: implement the additional barriers with fastpaths in assembler.py and gc.py

2013-10-23 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67528:2a83d4ee265b Date: 2013-10-23 13:32 +0200 http://bitbucket.org/pypy/pypy/changeset/2a83d4ee265b/ Log:implement the additional barriers with fastpaths in assembler.py and gc.py diff --git a/rpython/jit/backend/llsupport/assembler.p

[pypy-commit] pypy stmgc-c4: add tests for immutable getfields and noptr setfields

2013-10-23 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67527:afce459b2117 Date: 2013-10-22 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/afce459b2117/ Log:add tests for immutable getfields and noptr setfields diff --git a/rpython/jit/backend/llsupport/test/test_stmrewrite.py b/rpython/jit/b

[pypy-commit] pypy default: Put this logging info in a better place

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67531:95b246d47b69 Date: 2013-10-23 08:07 -0700 http://bitbucket.org/pypy/pypy/changeset/95b246d47b69/ Log:Put this logging info in a better place diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/me

[pypy-commit] pypy default: Tiny cleanup

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67530:0ba98e5aff4f Date: 2013-10-22 16:27 -0700 http://bitbucket.org/pypy/pypy/changeset/0ba98e5aff4f/ Log:Tiny cleanup diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/pypy/module/_cffi_backend/ctypeprim.py --- a/pypy/module/_cffi_backend/ctype

[pypy-commit] pypy default: merged upstream

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67532:fe8d08ae6823 Date: 2013-10-23 08:41 -0700 http://bitbucket.org/pypy/pypy/changeset/fe8d08ae6823/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: Include teh location of the abort

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67529:826d0ebef267 Date: 2013-10-22 16:25 -0700 http://bitbucket.org/pypy/pypy/changeset/826d0ebef267/ Log:Include teh location of the abort diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainte

[pypy-commit] pypy default: fix numpypy test_get_include

2013-10-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67533:ffeac57b6a3e Date: 2013-10-23 12:15 -0400 http://bitbucket.org/pypy/pypy/changeset/ffeac57b6a3e/ Log:fix numpypy test_get_include diff --git a/lib_pypy/numpypy/lib/utils.py b/lib_pypy/numpypy/lib/utils.py --- a/lib_pypy/numpypy/lib/utils.py +++

[pypy-commit] pypy default: merged upstream

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67535:84ab919963ab Date: 2013-10-23 09:20 -0700 http://bitbucket.org/pypy/pypy/changeset/84ab919963ab/ Log:merged upstream diff --git a/lib_pypy/numpypy/lib/utils.py b/lib_pypy/numpypy/lib/utils.py --- a/lib_pypy/numpypy/lib/utils.py +++ b/lib_pypy/nu

[pypy-commit] pypy default: Also log the function we were trying to call which resulted in the vable escape

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r67534:fcd59049939d Date: 2013-10-23 09:19 -0700 http://bitbucket.org/pypy/pypy/changeset/fcd59049939d/ Log:Also log the function we were trying to call which resulted in the vable escape diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpytho

[pypy-commit] stmgc default: fix wrong assert

2013-10-23 Thread Raemi
Author: Remi Meier Branch: Changeset: r539:d92fcb9e5246 Date: 2013-10-23 22:00 +0200 http://bitbucket.org/pypy/stmgc/changeset/d92fcb9e5246/ Log:fix wrong assert diff --git a/c4/steal.c b/c4/steal.c --- a/c4/steal.c +++ b/c4/steal.c @@ -137,7 +137,8 @@ assert(IMPLIES(!(L->h_tid & G

[pypy-commit] pypy stmgc-c4: fix missing invalidation of read status when doing a A2V barrier

2013-10-23 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67537:324cb23503bd Date: 2013-10-23 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/324cb23503bd/ Log:fix missing invalidation of read status when doing a A2V barrier diff --git a/rpython/jit/backend/llsupport/stmrewrite.py b/rpython/jit/

[pypy-commit] pypy stmgc-c4: import stmgc

2013-10-23 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r67536:d38e75218673 Date: 2013-10-23 22:04 +0200 http://bitbucket.org/pypy/pypy/changeset/d38e75218673/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/translator/stm

[pypy-commit] pypy py3k: adjust type names for py3

2013-10-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r67538:143ae3044dde Date: 2013-10-23 13:13 -0700 http://bitbucket.org/pypy/pypy/changeset/143ae3044dde/ Log:adjust type names for py3 diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/

[pypy-commit] pypy py3k: 2to3

2013-10-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r67539:6965cd292e2b Date: 2013-10-23 13:14 -0700 http://bitbucket.org/pypy/pypy/changeset/6965cd292e2b/ Log:2to3 diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py --- a/lib_pypy/numpypy/__init__.py +++ b/lib_pypy/numpypy/__

[pypy-commit] pypy py3k: kill

2013-10-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r67540:5acd4d6e2c25 Date: 2013-10-23 13:14 -0700 http://bitbucket.org/pypy/pypy/changeset/5acd4d6e2c25/ Log:kill diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py --- a/pypy/module/sys/__init__.py +++ b/pypy/module/sys/__init

[pypy-commit] pypy default: fix test_rctime on win32 also

2013-10-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67541:48c6b3ff4a7b Date: 2013-10-23 20:21 -0400 http://bitbucket.org/pypy/pypy/changeset/48c6b3ff4a7b/ Log:fix test_rctime on win32 also diff --git a/pypy/module/rctime/test/test_rctime.py b/pypy/module/rctime/test/test_rctime.py --- a/pypy/module/r

[pypy-commit] pypy jit-settrace: Random hacks to make the JIT compile things when you have sys.settrace enabled

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-settrace Changeset: r67542:226c15c4600b Date: 2013-10-23 18:05 -0700 http://bitbucket.org/pypy/pypy/changeset/226c15c4600b/ Log:Random hacks to make the JIT compile things when you have sys.settrace enabled diff --git a/pypy/interpreter/eval.py b/pypy/

[pypy-commit] pypy jit-settrace: random cleanup

2013-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: jit-settrace Changeset: r67543:97aaec657093 Date: 2013-10-23 20:33 -0700 http://bitbucket.org/pypy/pypy/changeset/97aaec657093/ Log:random cleanup diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/pypy/inte

[pypy-commit] pypy array-overallocation-in-nursery: Backed out changeset 685c42b52646

2013-10-23 Thread arigo
Author: Armin Rigo Branch: array-overallocation-in-nursery Changeset: r67545:8d7795668fa8 Date: 2013-10-24 08:23 +0200 http://bitbucket.org/pypy/pypy/changeset/8d7795668fa8/ Log:Backed out changeset 685c42b52646 diff --git a/pypy/module/_cffi_backend/ctypeobj.py b/pypy/module/_cffi_backend/

[pypy-commit] pypy array-overallocation-in-nursery: test and fix

2013-10-23 Thread arigo
Author: Armin Rigo Branch: array-overallocation-in-nursery Changeset: r67544:685c42b52646 Date: 2013-10-24 08:22 +0200 http://bitbucket.org/pypy/pypy/changeset/685c42b52646/ Log:test and fix diff --git a/pypy/module/_cffi_backend/ctypeobj.py b/pypy/module/_cffi_backend/ctypeobj.py --- a/pyp

[pypy-commit] pypy default: test and fix

2013-10-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r67546:deb9af94dcc2 Date: 2013-10-24 08:25 +0200 http://bitbucket.org/pypy/pypy/changeset/deb9af94dcc2/ Log:test and fix diff --git a/pypy/module/_cffi_backend/ctypeobj.py b/pypy/module/_cffi_backend/ctypeobj.py --- a/pypy/module/_cffi_backend/ctypeobj