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
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
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-
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
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
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
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/
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
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
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
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
11 matches
Mail list logo