[pypy-commit] pypy default: fix llinterp debug_{start, stop} on 32bit

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94379:fbffeb3dc383 Date: 2018-04-18 13:27 + http://bitbucket.org/pypy/pypy/changeset/fbffeb3dc383/ Log:fix llinterp debug_{start,stop} on 32bit diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py ---

[pypy-commit] pypy gc-hook-better-timestamp: fix test_whatsnew

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: gc-hook-better-timestamp Changeset: r94376:09308ea0ff83 Date: 2018-04-18 15:05 +0200 http://bitbucket.org/pypy/pypy/changeset/09308ea0ff83/ Log:fix test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: Merge the gc-hook-better-timestamp branch. It improves gc hooks in two ways:

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94378:e7b972c672e6 Date: 2018-04-18 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e7b972c672e6/ Log:Merge the gc-hook-better-timestamp branch. It improves gc hooks in two ways: - the duration field is

[pypy-commit] pypy gc-hook-better-timestamp: close merged branch

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: gc-hook-better-timestamp Changeset: r94377:042fd84032e6 Date: 2018-04-18 15:05 +0200 http://bitbucket.org/pypy/pypy/changeset/042fd84032e6/ Log:close merged branch ___ pypy-commit mailing list

[pypy-commit] pypy gc-hook-better-timestamp: add a way to know the fastest and the slowest gc-minor/gc-collect-step when we deliver many of them

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: gc-hook-better-timestamp Changeset: r94375:f371797f2f7b Date: 2018-04-18 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/f371797f2f7b/ Log:add a way to know the fastest and the slowest gc-minor/gc-collect- step when we deliver

[pypy-commit] pypy gc-hook-better-timestamp: expose the new debug_{start, stop} feature also to applevel, just because :)

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: gc-hook-better-timestamp Changeset: r94374:5e1e87b1839e Date: 2018-04-18 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/5e1e87b1839e/ Log:expose the new debug_{start,stop} feature also to applevel, just because :) diff --git

[pypy-commit] pypy gc-hook-better-timestamp: bad me, no cookie; test_debug_print_start_stop_nonconst was broken, and translation as well

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: gc-hook-better-timestamp Changeset: r94373:de012a2f02b6 Date: 2018-04-18 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/de012a2f02b6/ Log:bad me, no cookie; test_debug_print_start_stop_nonconst was broken, and translation as