[pypy-commit] pypy default: don't add superfluous QUASIIMMUT_FIELD during tracing (I've seen their creation

2016-06-30 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r85471:b116f09c4e9d Date: 2016-06-30 14:41 +0200 http://bitbucket.org/pypy/pypy/changeset/b116f09c4e9d/ Log:don't add superfluous QUASIIMMUT_FIELD during tracing (I've seen their creation take 2% of the full execution

[pypy-commit] pypy reverse-debugger: make compiling watch points a separate phase, returning a marshalled code

2016-06-30 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85466:506d89aa4799 Date: 2016-06-30 08:52 +0200 http://bitbucket.org/pypy/pypy/changeset/506d89aa4799/ Log:make compiling watch points a separate phase, returning a marshalled code diff --git

[pypy-commit] pypy reverse-debugger: Watchpoints. Still buggy

2016-06-30 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85467:716b1a95fd64 Date: 2016-06-30 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/716b1a95fd64/ Log:Watchpoints. Still buggy diff --git a/pypy/interpreter/reverse_debugging.py

[pypy-commit] pypy guard-compatible: merge default

2016-06-30 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85473:900ff3842617 Date: 2016-06-30 14:46 +0200 http://bitbucket.org/pypy/pypy/changeset/900ff3842617/ Log:merge default diff too long, truncating to 2000 out of 2999 lines diff --git

[pypy-commit] pypy guard-compatible: print the implicit conditions at the beginning of a bridge too

2016-06-30 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85472:4c174b7fa972 Date: 2016-06-29 14:52 +0200 http://bitbucket.org/pypy/pypy/changeset/4c174b7fa972/ Log:print the implicit conditions at the beginning of a bridge too diff --git

[pypy-commit] pypy reverse-debugger: Go through the list of all llops and mark the ones that are unsafe.

2016-06-30 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85469:567dcdd8e1b6 Date: 2016-06-30 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/567dcdd8e1b6/ Log:Go through the list of all llops and mark the ones that are unsafe. diff --git

[pypy-commit] pypy reverse-debugger: Remove debugging output

2016-06-30 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85470:c4e9f3b2065e Date: 2016-06-30 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/c4e9f3b2065e/ Log:Remove debugging output diff --git a/rpython/translator/revdb/src-revdb/revdb.c

[pypy-commit] pypy ppc-vsx-support: provide vec_expand_i implementation

2016-06-30 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85475:c2a7f4349490 Date: 2016-06-30 16:36 +0200 http://bitbucket.org/pypy/pypy/changeset/c2a7f4349490/ Log:provide vec_expand_i implementation diff --git a/rpython/jit/backend/ppc/codebuilder.py

[pypy-commit] pypy ppc-vsx-support: add a test to ensure the correct assembly for a xx3 form

2016-06-30 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85474:2374b5acaee5 Date: 2016-06-30 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/2374b5acaee5/ Log:add a test to ensure the correct assembly for a xx3 form diff --git

[pypy-commit] pypy reverse-debugger: bug fixes, there is more

2016-06-30 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85468:550befa14f60 Date: 2016-06-30 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/550befa14f60/ Log:bug fixes, there is more diff --git a/pypy/interpreter/reverse_debugging.py

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

2016-06-30 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r763:2d9c25ad9cdf Date: 2016-06-30 23:03 +0200 http://bitbucket.org/pypy/pypy.org/changeset/2d9c25ad9cdf/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy cling-support: spell out all classes as [A-Z] pattern appears not to be working anymore

2016-06-30 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r85476:7fcccdb6a0b1 Date: 2016-06-30 15:52 -0700 http://bitbucket.org/pypy/pypy/changeset/7fcccdb6a0b1/ Log:spell out all classes as [A-Z] pattern appears not to be working anymore diff --git

[pypy-commit] pypy cling-support: from Aditi: test_cppyy.py now succeeds

2016-06-30 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r85477:107dd38e12c9 Date: 2016-06-30 15:52 -0700 http://bitbucket.org/pypy/pypy/changeset/107dd38e12c9/ Log:from Aditi: test_cppyy.py now succeeds diff --git a/pypy/module/cppyy/converter.py

[pypy-commit] pypy default: add a base type for ArrayType, make sure child nb_multiply is called

2016-06-30 Thread mattip
Author: Matti Picus Branch: Changeset: r85478:45fce19205cd Date: 2016-06-30 23:43 +0300 http://bitbucket.org/pypy/pypy/changeset/45fce19205cd/ Log:add a base type for ArrayType, make sure child nb_multiply is called diff --git a/pypy/module/cpyext/test/array.c

[pypy-commit] pypy default: trivial test fixes

2016-06-30 Thread mattip
Author: Matti Picus Branch: Changeset: r85479:f99e58901198 Date: 2016-07-01 08:39 +0300 http://bitbucket.org/pypy/pypy/changeset/f99e58901198/ Log:trivial test fixes diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---