[pypy-commit] pypy vtune: very, very, very minimal vtune binding

2016-04-08 Thread arigo
Author: Armin Rigo Branch: vtune Changeset: r83581:2ca9d92152f1 Date: 2016-04-08 10:48 +0300 http://bitbucket.org/pypy/pypy/changeset/2ca9d92152f1/ Log:very, very, very minimal vtune binding diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpyth

[pypy-commit] pypy stmgc-c8: make perf map work for "perf top"

2016-04-08 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r83582:075e0be3c2d2 Date: 2016-04-08 10:55 +0300 http://bitbucket.org/pypy/pypy/changeset/075e0be3c2d2/ Log:make perf map work for "perf top" diff --git a/rpython/jit/backend/x86/perf_map.py b/rpython/jit/backend/x86/perf_map.py --- a/rpython/j

[pypy-commit] pypy stmgc-c8: improve perf disassemble script

2016-04-08 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r83583:27f7b74d3121 Date: 2016-04-08 11:25 +0300 http://bitbucket.org/pypy/pypy/changeset/27f7b74d3121/ Log:improve perf disassemble script diff --git a/rpython/tool/perf-disassemble.sh b/rpython/tool/perf-disassemble.sh --- a/rpython/tool/perf-

[pypy-commit] pypy stmgc-c8: improve perf script some more

2016-04-08 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r83584:17de67ace831 Date: 2016-04-08 11:34 +0300 http://bitbucket.org/pypy/pypy/changeset/17de67ace831/ Log:improve perf script some more diff --git a/rpython/tool/perf-disassemble.sh b/rpython/tool/perf-disassemble.sh --- a/rpython/tool/perf-di

[pypy-commit] pypy vtune: send vtune info only after we patch the generated code's conditional jumps

2016-04-08 Thread arigo
Author: Armin Rigo Branch: vtune Changeset: r83585:594500098380 Date: 2016-04-08 12:14 +0300 http://bitbucket.org/pypy/pypy/changeset/594500098380/ Log:send vtune info only after we patch the generated code's conditional jumps diff --git a/rpython/jit/backend/x86/assembler.py b/rpyt

[pypy-commit] pypy fix-jitlog: (edd, palecsandru): Fixed the shown offset values in the jitlog

2016-04-08 Thread palecsandru
Author: Alecsandru Patrascu Branch: fix-jitlog Changeset: r83586:68721543f4ba Date: 2016-04-08 13:52 +0300 http://bitbucket.org/pypy/pypy/changeset/68721543f4ba/ Log:(edd, palecsandru): Fixed the shown offset values in the jitlog diff --git a/rpython/jit/metainterp/logger.py b/rpython/jit/me

[pypy-commit] pypy fix-jitlog: Test the JIT logger deals with forwarding pointers.

2016-04-08 Thread vext01
Author: Edd Barrett Branch: fix-jitlog Changeset: r83587:c5673d3cd300 Date: 2016-04-08 13:24 +0100 http://bitbucket.org/pypy/pypy/changeset/c5673d3cd300/ Log:Test the JIT logger deals with forwarding pointers. diff --git a/rpython/jit/metainterp/test/test_logger.py b/rpython/jit/metainterp/

[pypy-commit] pypy new-jit-log: (diana, richard) added tests for jitlog to encode debug_merge_point and also the implementation

2016-04-08 Thread Diana Popa
Author: Diana Popa Branch: new-jit-log Changeset: r83588:4945fd3dc5ba Date: 2016-04-08 15:43 +0300 http://bitbucket.org/pypy/pypy/changeset/4945fd3dc5ba/ Log:(diana, richard) added tests for jitlog to encode debug_merge_point and also the implementation diff --git a/rpython/jit/metai

[pypy-commit] extradoc extradoc: misc stuff

2016-04-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5634:771093ae6324 Date: 2016-04-08 16:13 +0300 http://bitbucket.org/pypy/extradoc/changeset/771093ae6324/ Log:misc stuff diff --git a/planning/misc.txt b/planning/misc.txt new file mode 100644 --- /dev/null +++ b/planning/misc.txt @@ -0,0 +1,13

[pypy-commit] pypy cpyext-ext: guess a bit why test_tp_new_in_subclass_of_type recurses?

2016-04-08 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83590:ae1a28f2ca49 Date: 2016-04-08 16:25 +0300 http://bitbucket.org/pypy/pypy/changeset/ae1a28f2ca49/ Log:guess a bit why test_tp_new_in_subclass_of_type recurses? diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py

[pypy-commit] pypy cpyext-ext: typo

2016-04-08 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r83589:1a912486d7ec Date: 2016-04-08 16:23 +0300 http://bitbucket.org/pypy/pypy/changeset/1a912486d7ec/ Log:typo diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b/pypy/module/cp