[pypy-commit] pypy remember-tracing-counts: reenable jit hooks and pass all the untranslated tests

2015-09-19 Thread fijal
Author: Maciej Fijalkowski Branch: remember-tracing-counts Changeset: r79709:41627817b1f7 Date: 2015-09-20 08:54 +0200 http://bitbucket.org/pypy/pypy/changeset/41627817b1f7/ Log:reenable jit hooks and pass all the untranslated tests diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal

[pypy-commit] pypy.org extradoc: update the values

2015-09-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r638:75105e9862ea Date: 2015-09-19 14:03 +0200 http://bitbucket.org/pypy/pypy.org/changeset/75105e9862ea/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy default: Document branch

2015-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r79708:57d78cbc567a Date: 2015-09-19 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/57d78cbc567a/ Log:Document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy gc-more-incremental: checked, seems ready for merge

2015-09-19 Thread arigo
Author: Armin Rigo Branch: gc-more-incremental Changeset: r79706:df9fde11963b Date: 2015-09-19 13:36 +0200 http://bitbucket.org/pypy/pypy/changeset/df9fde11963b/ Log:checked, seems ready for merge ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: hg merge gc-more-incremental

2015-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r79707:ba09f9a7c031 Date: 2015-09-19 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/ba09f9a7c031/ Log:hg merge gc-more-incremental Remove a source of non-incremental-ness in the GC: now external_malloc() no longer runs gc_step_unti

[pypy-commit] pypy gc-more-incremental: Branch to remove a source of non-incremental-ness in the GC

2015-09-19 Thread arigo
Author: Armin Rigo Branch: gc-more-incremental Changeset: r79704:e5b0d1a920c0 Date: 2015-09-19 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/e5b0d1a920c0/ Log:Branch to remove a source of non-incremental-ness in the GC ___ pypy-commit mailin

[pypy-commit] pypy gc-more-incremental: This is mostly an attempt to change the threshold in external_malloc()

2015-09-19 Thread arigo
Author: Armin Rigo Branch: gc-more-incremental Changeset: r79705:264a78afb911 Date: 2015-09-19 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/264a78afb911/ Log:This is mostly an attempt to change the threshold in external_malloc() diff --git a/rpython/memory/gc/incminimark.py b

[pypy-commit] pypy default: 32-bit fix

2015-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r79703:28be3e83023d Date: 2015-09-19 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/28be3e83023d/ Log:32-bit fix diff --git a/rpython/jit/metainterp/test/test_executor.py b/rpython/jit/metainterp/test/test_executor.py --- a/rpython/jit/metainterp

[pypy-commit] pypy default: Fix sandboxing on Windows, at least as far as running the tests

2015-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r79702:890cecbe0c7d Date: 2015-09-19 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/890cecbe0c7d/ Log:Fix sandboxing on Windows, at least as far as running the tests diff --git a/rpython/translator/c/src/entrypoint.c b/rpython/translator/c/src/en