[pypy-commit] stmgc default: Improve the gdb tools, design them for stmgc specifically

2015-03-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r1741:e3c5158f015b Date: 2015-03-26 08:01 +0100 http://bitbucket.org/pypy/stmgc/changeset/e3c5158f015b/ Log:Improve the gdb tools, design them for stmgc specifically diff --git a/c7/gdb/gdb_stm.py b/c7/gdb/old_gdb_stm.py rename from c7/gdb/gdb_stm.py re

[pypy-commit] stmgc default: Forgot "hg add"

2015-03-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r1742:84157d77ae80 Date: 2015-03-26 08:02 +0100 http://bitbucket.org/pypy/stmgc/changeset/84157d77ae80/ Log:Forgot "hg add" diff --git a/c7/gdb/gdb_stm.py b/c7/gdb/gdb_stm.py new file mode 100644 --- /dev/null +++ b/c7/gdb/gdb_stm.py @@ -0,0 +1,114 @@ +

[pypy-commit] pypy stmgc-c7: Most probably, that's enough

2015-03-26 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76568:986a2a3e0532 Date: 2015-03-26 09:41 +0100 http://bitbucket.org/pypy/pypy/changeset/986a2a3e0532/ Log:Most probably, that's enough diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metain

[pypy-commit] pypy stmgc-c7: import stmgc/84157d77ae80

2015-03-26 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76567:5075882bb14f Date: 2015-03-26 09:27 +0100 http://bitbucket.org/pypy/pypy/changeset/5075882bb14f/ Log:import stmgc/84157d77ae80 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] pypy stmgc-c7: A possible transaction break must reset the heapcache.

2015-03-26 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76566:034b2f461fb9 Date: 2015-03-26 09:22 +0100 http://bitbucket.org/pypy/pypy/changeset/034b2f461fb9/ Log:A possible transaction break must reset the heapcache. diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.p

[pypy-commit] extradoc extradoc: Technical-report-ize this paper.

2015-03-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5514:7d300824728c Date: 2015-03-26 10:22 +0100 http://bitbucket.org/pypy/extradoc/changeset/7d300824728c/ Log:Technical-report-ize this paper. diff --git a/talk/dls2014/paper/paper.pdf b/talk/dls2014/paper/paper.pdf index 82f177e29577ffb3c99b4

[pypy-commit] pypy default: Mention the technical report

2015-03-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r76569:5e232e841e3c Date: 2015-03-26 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/5e232e841e3c/ Log:Mention the technical report diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -614,6 +614,18 @@

[pypy-commit] pypy default: Merged in youknowone/pypy (pull request #312)

2015-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r76572:5eb7a0303b1b Date: 2015-03-26 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/5eb7a0303b1b/ Log:Merged in youknowone/pypy (pull request #312) issue #2005 diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.

[pypy-commit] pypy default: Similar cases in #2005

2015-03-26 Thread youknowone
Author: Jeong YunWon Branch: Changeset: r76571:806f912430a0 Date: 2015-03-25 18:28 +0900 http://bitbucket.org/pypy/pypy/changeset/806f912430a0/ Log:Similar cases in #2005 diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++ b/pypy/m

[pypy-commit] pypy default: issue #2005

2015-03-26 Thread youknowone
Author: Jeong YunWon Branch: Changeset: r76570:920fce8456cb Date: 2015-03-25 04:10 +0900 http://bitbucket.org/pypy/pypy/changeset/920fce8456cb/ Log:issue #2005 After fix ``` $ ./pypy-c ../pypytest/bar.py $ ``` Before fix ``` $ pypy ../pypytest/bar.py RPython traceback: ...

[pypy-commit] pypy default: rst format

2015-03-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r76573:8f539ca017fe Date: 2015-03-26 12:18 +0100 http://bitbucket.org/pypy/pypy/changeset/8f539ca017fe/ Log:rst format diff --git a/pypy/doc/whatsnew-2.5.1.rst b/pypy/doc/whatsnew-2.5.1.rst --- a/pypy/doc/whatsnew-2.5.1.rst +++ b/pypy/doc/whatsnew-2.5.1

[pypy-commit] pypy vmprof: deintent

2015-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76574:42b97d2e3697 Date: 2015-03-26 14:04 +0200 http://bitbucket.org/pypy/pypy/changeset/42b97d2e3697/ Log:deintent diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmprof.c --- a/pypy/module/_vmprof/src/vmprof.c ++

[pypy-commit] pypy default: the stack effect in the bytecode compiler of UNPACK_SEQUENCE was wrong (!)

2015-03-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r76575:04d55a9be4ce Date: 2015-03-26 13:23 +0100 http://bitbucket.org/pypy/pypy/changeset/04d55a9be4ce/ Log:the stack effect in the bytecode compiler of UNPACK_SEQUENCE was wrong (!) diff --git a/pypy/interpreter/astcompiler/assemble.py

[pypy-commit] pypy vmprof: close this file

2015-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76576:e58a3bc4935d Date: 2015-03-26 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/e58a3bc4935d/ Log:close this file diff --git a/rpython/bin/rpython-vmprof b/rpython/bin/rpython-vmprof --- a/rpython/bin/rpython-vmprof +++ b/rpython

[pypy-commit] pypy default: Manually remove duplicate tags (likely old versions)

2015-03-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r76577:242280da8873 Date: 2015-03-26 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/242280da8873/ Log:Manually remove duplicate tags (likely old versions) diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -3,20 +3,10 @@ d8ac7d23d3ec5f

[pypy-commit] pypy stmgc-c7: hg merge release-2.5.x (i.e. 2.5.1)

2015-03-26 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76578:a20040a72e73 Date: 2015-03-26 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a20040a72e73/ Log:hg merge release-2.5.x (i.e. 2.5.1) diff too long, truncating to 2000 out of 2301 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy vmprof: untabify

2015-03-26 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r76579:4897a385fb65 Date: 2015-03-26 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/4897a385fb65/ Log:untabify diff --git a/rpython/bin/rpython-vmprof b/rpython/bin/rpython-vmprof --- a/rpython/bin/rpython-vmprof +++ b/rpython/bin/rpython-vm

[pypy-commit] pypy object-dtype2: merge default into branch

2015-03-26 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76580:6c9f1ab16470 Date: 2015-03-26 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/6c9f1ab16470/ Log:merge default into branch diff too long, truncating to 2000 out of 4415 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtag

[pypy-commit] pypy object-dtype2: custom gc trace translates and even gets called during gc.collect, but segfaults

2015-03-26 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76581:b49651372062 Date: 2015-03-26 21:27 +0200 http://bitbucket.org/pypy/pypy/changeset/b49651372062/ Log:custom gc trace translates and even gets called during gc.collect, but segfaults diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy None-consistency: Close branch None-consistency.

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: None-consistency Changeset: r76582:1441eb71f9d9 Date: 2015-03-26 23:26 + http://bitbucket.org/pypy/pypy/changeset/1441eb71f9d9/ Log:Close branch None-consistency. ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pypy default: Do perform_normalizations() at the end of annotation

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76583:56931a93bcab Date: 2014-11-03 16:00 + http://bitbucket.org/pypy/pypy/changeset/56931a93bcab/ Log:Do perform_normalizations() at the end of annotation diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython

[pypy-commit] pypy default: register builtin exceptions with the annotator at the same time as the other builtins

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76584:fe4080908368 Date: 2014-11-03 16:48 + http://bitbucket.org/pypy/pypy/changeset/fe4080908368/ Log:register builtin exceptions with the annotator at the same time as the other builtins diff --git a/rpython/annotator/bookkeeper.py b/rpyt

[pypy-commit] pypy default: Clean up rtyper.gottypererror()

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76586:d8062728670a Date: 2015-03-27 02:35 + http://bitbucket.org/pypy/pypy/changeset/d8062728670a/ Log:Clean up rtyper.gottypererror() diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++ b/rpython/rty

[pypy-commit] pypy default: Kill unused rtyper.typererrors

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76585:7e99a5ded672 Date: 2015-03-27 02:34 + http://bitbucket.org/pypy/pypy/changeset/7e99a5ded672/ Log:Kill unused rtyper.typererrors diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++ b/rpython/rtyp

[pypy-commit] pypy default: Kill unused rtyper.typererror_count

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76587:6f053786fbd8 Date: 2015-03-27 02:38 + http://bitbucket.org/pypy/pypy/changeset/6f053786fbd8/ Log:Kill unused rtyper.typererror_count diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++ b/rpython

[pypy-commit] pypy default: Kill unused MixLevelAnnotatorPolicy.annhelper

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76588:6b6dfcc1746d Date: 2015-03-27 03:17 + http://bitbucket.org/pypy/pypy/changeset/6b6dfcc1746d/ Log:Kill unused MixLevelAnnotatorPolicy.annhelper diff --git a/rpython/rtyper/annlowlevel.py b/rpython/rtyper/annlowlevel.py --- a/rpython/rtyper/ann

[pypy-commit] pypy default: Kill unused attribute PyPyAnnotatorPolicy.single_space

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76589:11e0b763be9b Date: 2015-03-27 03:52 + http://bitbucket.org/pypy/pypy/changeset/11e0b763be9b/ Log:Kill unused attribute PyPyAnnotatorPolicy.single_space diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/

[pypy-commit] pypy default: cleanup

2015-03-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76590:cbcb39fe4b74 Date: 2015-03-27 03:54 + http://bitbucket.org/pypy/pypy/changeset/cbcb39fe4b74/ Log:cleanup diff --git a/pypy/tool/ann_override.py b/pypy/tool/ann_override.py --- a/pypy/tool/ann_override.py +++ b/pypy/tool/ann_override.py @@ -13