[pypy-commit] pypy default: mark c_malloc and c_free as macros for recent versions of cygwin

2012-12-29 Thread Tim Felgentreff
Author: Tim Felgentreff Branch: Changeset: r59615:acbfc9f0577f Date: 2012-12-28 01:09 +0100 http://bitbucket.org/pypy/pypy/changeset/acbfc9f0577f/ Log:mark c_malloc and c_free as macros for recent versions of cygwin diff --git a/pypy/rlib/rmmap.py b/pypy/rlib/rmmap.py --- a/pypy/rlib/rmmap.

[pypy-commit] pypy default: Merged in timfel/pypy (pull request #104: mark c_malloc and c_free as macros for recent versions of cygwin)

2012-12-29 Thread arigo
Author: arigo Branch: Changeset: r59616:dd2141d6862c Date: 2012-12-29 09:37 +0100 http://bitbucket.org/pypy/pypy/changeset/dd2141d6862c/ Log:Merged in timfel/pypy (pull request #104: mark c_malloc and c_free as macros for recent versions of cygwin) diff --git a/pypy/rlib/rmmap.py b/

[pypy-commit] cffi default: update

2012-12-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1104:f8db5c7a73c1 Date: 2012-12-29 09:41 +0100 http://bitbucket.org/cffi/cffi/changeset/f8db5c7a73c1/ Log:update diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -77,8 +77,9 @@ ``pytho

[pypy-commit] pypy jit-usable_retrace_3: Be more consistant on not includinging null-valued fields in VirtualState

2012-12-29 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r59617:bb28cf13e08d Date: 2012-12-29 11:48 +0100 http://bitbucket.org/pypy/pypy/changeset/bb28cf13e08d/ Log:Be more consistant on not includinging null-valued fields in VirtualState diff --git a/pypy/jit/metainterp/optimizeop

[pypy-commit] pypy jit-usable_retrace_3: merge messup leftover from 572208cdb5a0

2012-12-29 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r59618:9eaeaaba3b42 Date: 2012-12-29 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/9eaeaaba3b42/ Log:merge messup leftover from 572208cdb5a0 diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/metainterp/tes

[pypy-commit] pypy jit-usable_retrace_3: fallback properly on late failures

2012-12-29 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r59619:2081b6a297d5 Date: 2012-12-29 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2081b6a297d5/ Log:fallback properly on late failures diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/ji

[pypy-commit] cffi default: Fix issue #44: ffi.new/cast("undefined") raises confusing exception.

2012-12-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1105:758d9da5cebb Date: 2012-12-29 15:53 +0100 http://bitbucket.org/cffi/cffi/changeset/758d9da5cebb/ Log:Fix issue #44: ffi.new/cast("undefined") raises confusing exception. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cf

[pypy-commit] pypy default: unify interface of get_scratch_reg

2012-12-29 Thread bivab
Author: David Schneider Branch: Changeset: r59620:5faa7e29d284 Date: 2012-12-29 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/5faa7e29d284/ Log:unify interface of get_scratch_reg diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py --- a/pypy/jit/backend/a

[pypy-commit] pypy default: cleanup/simplification

2012-12-29 Thread bivab
Author: David Schneider Branch: Changeset: r59621:a9be33477dea Date: 2012-12-29 16:16 +0100 http://bitbucket.org/pypy/pypy/changeset/a9be33477dea/ Log:cleanup/simplification replace the _ensure_value_is_boxed indirection to handle boxing of constants on ARM with make_sure_va

[pypy-commit] pypy default: merge upstream

2012-12-29 Thread bivab
Author: David Schneider Branch: Changeset: r59622:975e3cf7b0a8 Date: 2012-12-29 16:23 +0100 http://bitbucket.org/pypy/pypy/changeset/975e3cf7b0a8/ Log:merge upstream diff --git a/lib_pypy/numpypy/core/arrayprint.py b/lib_pypy/numpypy/core/arrayprint.py --- a/lib_pypy/numpypy/core/arrayprin

[pypy-commit] pypy jit-usable_retrace_3: simplify this a bit

2012-12-29 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r59624:1fd30ab79cd3 Date: 2012-12-29 18:04 +0100 http://bitbucket.org/pypy/pypy/changeset/1fd30ab79cd3/ Log:simplify this a bit diff --git a/pypy/jit/metainterp/optimizeopt/virtualstate.py b/pypy/jit/metainterp/optimizeopt/virtualst

[pypy-commit] pypy jit-usable_retrace_3: allow LEVEL_UNKNOWN boxes to be considered more general than (dropped) null valued constants

2012-12-29 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r59623:e1fd11426848 Date: 2012-12-29 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/e1fd11426848/ Log:allow LEVEL_UNKNOWN boxes to be considered more general than (dropped) null valued constants diff --git a/pypy/jit/me

[pypy-commit] pypy virtual-raw-mallocs: tweak the test to make it failing because of raw virtuals, and fix the code

2012-12-29 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59625:b9ed4709a910 Date: 2012-12-29 21:08 +0100 http://bitbucket.org/pypy/pypy/changeset/b9ed4709a910/ Log:tweak the test to make it failing because of raw virtuals, and fix the code diff --git a/pypy/jit/metainterp/resume.