[pypy-commit] pypy default: Issue #209: check for dereferencing NULL pointers

2015-06-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r78356:56d1b320d259 Date: 2015-06-30 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/56d1b320d259/ Log:Issue #209: check for dereferencing NULL pointers diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_backend/ctypeptr.py ---

[pypy-commit] cffi default: Issue #209: check for dereferencing NULL pointers

2015-06-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r2197:856cf4804a52 Date: 2015-06-30 09:16 +0200 http://bitbucket.org/cffi/cffi/changeset/856cf4804a52/ Log:Issue #209: check for dereferencing NULL pointers diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend

[pypy-commit] pypy optresult-unroll: add GUARD_VALUE for short preamble

2015-06-30 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78357:9f67e775a106 Date: 2015-06-30 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/9f67e775a106/ Log:add GUARD_VALUE for short preamble diff --git a/rpython/jit/metainterp/optimizeopt/intutils.py b/rpython/jit/metainterp/

[pypy-commit] pypy optresult-unroll: kill pdb

2015-06-30 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78358:b5ed4d2bd824 Date: 2015-06-30 12:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b5ed4d2bd824/ Log:kill pdb diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a/

[pypy-commit] pypy optresult-unroll: fix, I think

2015-06-30 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78359:190358328d5b Date: 2015-06-30 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/190358328d5b/ Log:fix, I think diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/intbounds

[pypy-commit] pypy default: try to fix for support

2015-06-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78360:e5080757069a Date: 2015-06-30 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/e5080757069a/ Log:try to fix for support diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c --- a/pypy/module/_vmprof/src/vmp

[pypy-commit] pypy default: Fix translation (hopefully)

2015-06-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r78361:a6536252040f Date: 2015-06-30 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/a6536252040f/ Log:Fix translation (hopefully) diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/module/_vmprof/i

[pypy-commit] pypy vmprof-review: A branch to review vmprof

2015-06-30 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78362:eb607a2bf280 Date: 2015-06-30 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/eb607a2bf280/ Log:A branch to review vmprof ___ pypy-commit mailing list [email protected] https://ma

[pypy-commit] pypy vmprof-review: an XXX for now

2015-06-30 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78363:e3f2f9edb574 Date: 2015-06-30 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e3f2f9edb574/ Log:an XXX for now diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/module/_vmprof/i

[pypy-commit] pypy vmprof-review: Fix this test

2015-06-30 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78364:aaeabb51b59a Date: 2015-06-30 15:16 +0200 http://bitbucket.org/pypy/pypy/changeset/aaeabb51b59a/ Log:Fix this test diff --git a/pypy/module/_vmprof/test/test_direct.py b/pypy/module/_vmprof/test/test_direct.py --- a/pypy/module/_vmp

[pypy-commit] pypy default: Still trying to fix (more of the same)

2015-06-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r78365:508ae649477b Date: 2015-06-30 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/508ae649477b/ Log:Still trying to fix (more of the same) diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.p

[pypy-commit] pypy vmprof-review: potential crash

2015-06-30 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78366:1fd54097f115 Date: 2015-06-30 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1fd54097f115/ Log:potential crash diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c --- a/pypy/module/_vmprof/src/vmpro

[pypy-commit] pypy default: port the changes from upstream

2015-06-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78367:0625f86a9ae6 Date: 2015-06-30 19:00 +0200 http://bitbucket.org/pypy/pypy/changeset/0625f86a9ae6/ Log:port the changes from upstream diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c --- a/pypy/module/_vmprof