[pypy-commit] pypy stmgc-c7: Trying to parallelize the rtyper

2015-01-22 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75488:ebe1ffb23101 Date: 2015-01-22 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/ebe1ffb23101/ Log:Trying to parallelize the rtyper diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py --- a/lib_pypy/transaction.py +++ b/lib_p

[pypy-commit] pypy stmgc-c7: Don't load the whole file in memory (doesn't fit for a 600MB file produced by a 10-minutes run) and print progress.

2015-01-22 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75487:dc21409bb756 Date: 2015-01-22 17:11 +0100 http://bitbucket.org/pypy/pypy/changeset/dc21409bb756/ Log:Don't load the whole file in memory (doesn't fit for a 600MB file produced by a 10-minutes run) and print progress. diff --git a/

[pypy-commit] pypy default: document branch

2015-01-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r75486:93eb9a8d524e Date: 2015-01-22 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/93eb9a8d524e/ 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/wha

[pypy-commit] pypy default: merge typed-cells

2015-01-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r75484:fd3d597fb6ea Date: 2015-01-22 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/fd3d597fb6ea/ Log:merge typed-cells diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py b/pypy/module/pypyjit/test_pypy_c/test_instance.py ---

[pypy-commit] pypy default: merge

2015-01-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r75485:023b261dd2d5 Date: 2015-01-22 16:50 +0100 http://bitbucket.org/pypy/pypy/changeset/023b261dd2d5/ Log:merge diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head

[pypy-commit] pypy stmgc-c8: import stmgc-c8 509da83c0d5d

2015-01-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r75483:df00e75f0207 Date: 2015-01-22 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/df00e75f0207/ Log:import stmgc-c8 509da83c0d5d diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpytho

[pypy-commit] stmgc default: construct a list of unique objs again during major gc. it's still necessary because large objects get traced many many times otherwise, since they are split into multiple

2015-01-22 Thread Raemi
Author: Remi Meier Branch: Changeset: r1572:509da83c0d5d Date: 2015-01-22 16:26 +0100 http://bitbucket.org/pypy/stmgc/changeset/509da83c0d5d/ Log:construct a list of unique objs again during major gc. it's still necessary because large objects get traced many many times other

[pypy-commit] pypy default: add comment

2015-01-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r75482:cfeb96967bad Date: 2015-01-22 13:37 +0100 http://bitbucket.org/pypy/pypy/changeset/cfeb96967bad/ Log:add comment diff --git a/rpython/rtyper/lltypesystem/rordereddict.py b/rpython/rtyper/lltypesystem/rordereddict.py --- a/rpython/rtyper/lltypesy

[pypy-commit] extradoc extradoc: fix rst

2015-01-22 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5489:219dc0c66db0 Date: 2015-01-22 13:27 +0200 http://bitbucket.org/pypy/extradoc/changeset/219dc0c66db0/ Log:fix rst diff --git a/blog/draft/ordered-dicts.rst b/blog/draft/ordered-dicts.rst --- a/blog/draft/ordered-dicts.rst +++ b/blog

[pypy-commit] extradoc extradoc: (fijal, arigo, cfbolz) post about ordered dicts

2015-01-22 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5488:ec0df9155cd5 Date: 2015-01-22 13:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/ec0df9155cd5/ Log:(fijal, arigo, cfbolz) post about ordered dicts diff --git a/blog/draft/ordered-dicts.rst b/blog/draft/ordered-dicts.rst new f

[pypy-commit] pypy stmgc-c8: add missing files from last commit

2015-01-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r75479:acf538f01489 Date: 2015-01-22 10:59 +0100 http://bitbucket.org/pypy/pypy/changeset/acf538f01489/ Log:add missing files from last commit diff --git a/rpython/translator/stm/src_stm/stm/smallmalloc.c b/rpython/translator/stm/src_stm/stm/sm

[pypy-commit] pypy stmgc-c8: allow duhton to translate by adding some dummy implementations for missing features in c8

2015-01-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r75480:8453464f9ab4 Date: 2015-01-22 11:00 +0100 http://bitbucket.org/pypy/pypy/changeset/8453464f9ab4/ Log:allow duhton to translate by adding some dummy implementations for missing features in c8 diff --git a/rpython/translator/stm/src

[pypy-commit] pypy stmgc-c8: fix for c8's prebuilt-setup

2015-01-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r75481:52a66fc6dc00 Date: 2015-01-22 11:24 +0100 http://bitbucket.org/pypy/pypy/changeset/52a66fc6dc00/ Log:fix for c8's prebuilt-setup diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +

[pypy-commit] pypy stmgc-c8: import stmgc-c8 5cfce5d61c50

2015-01-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r75478:1f67666be256 Date: 2015-01-22 10:58 +0100 http://bitbucket.org/pypy/pypy/changeset/1f67666be256/ Log:import stmgc-c8 5cfce5d61c50 diff too long, truncating to 2000 out of 8126 lines diff --git a/rpython/translator/stm/import_stmgc.py b/

[pypy-commit] buildbot default: Compact the benchmarks running on tannit

2015-01-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r924:9b183c705221 Date: 2015-01-22 11:23 +0100 http://bitbucket.org/pypy/buildbot/changeset/9b183c705221/ Log:Compact the benchmarks running on tannit diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.

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

2015-01-22 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r562:9735b8aa9f41 Date: 2015-01-22 11:08 +0100 http://bitbucket.org/pypy/pypy.org/changeset/9735b8aa9f41/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $58605 of $105000 (

[pypy-commit] pypy default: Comment out again the likely() hint added in exceptiontransform.py as not measurably helping.

2015-01-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r75477:2eb2275f6e38 Date: 2015-01-22 10:10 +0100 http://bitbucket.org/pypy/pypy/changeset/2eb2275f6e38/ Log:Comment out again the likely() hint added in exceptiontransform.py as not measurably helping. diff --git a/rpython/translator/exceptiontr

[pypy-commit] pypy default: add merged branches

2015-01-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r75476:28167a7092ca Date: 2015-01-22 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/28167a7092ca/ Log:add merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy default: fix test, 2nd step

2015-01-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r75475:6bfb35a7371e Date: 2015-01-22 10:03 +0100 http://bitbucket.org/pypy/pypy/changeset/6bfb35a7371e/ Log:fix test, 2nd step diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py --- a/py

[pypy-commit] pypy typed-cells: remove pdb :-(

2015-01-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: typed-cells Changeset: r75474:acf5d7f51ac8 Date: 2015-01-22 09:32 +0100 http://bitbucket.org/pypy/pypy/changeset/acf5d7f51ac8/ Log:remove pdb :-( diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobj