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

2013-11-03 Thread arigo
Author: Armin Rigo Branch: array-overallocation-in-nursery Changeset: r67811:e83aae23c574 Date: 2013-11-03 12:57 +0100 http://bitbucket.org/pypy/pypy/changeset/e83aae23c574/ Log:Test and fix diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory

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

2013-11-03 Thread arigo
Author: Armin Rigo Branch: array-overallocation-in-nursery Changeset: r67808:2be7515d790c Date: 2013-11-03 10:48 +0100 http://bitbucket.org/pypy/pypy/changeset/2be7515d790c/ Log:Test and fix diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a/rpython/translator

[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