[pypy-commit] pypy new-jit-log: added new tag to store source code line in binary (done by vmprof/client)

plan_rich pypy.commits at gmail.com
Tue May 10 07:33:49 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: new-jit-log
Changeset: r84350:f8bf0d7c3949
Date: 2016-05-10 13:33 +0200
http://bitbucket.org/pypy/pypy/changeset/f8bf0d7c3949/

Log:	added new tag to store source code line in binary (done by
	vmprof/client)

diff --git a/rpython/rlib/jitlog.py b/rpython/rlib/jitlog.py
--- a/rpython/rlib/jitlog.py
+++ b/rpython/rlib/jitlog.py
@@ -175,6 +175,7 @@
     ('MERGE_POINT',),
     ('COMMON_PREFIX',),
     ('ABORT_TRACE',),
+    ('SOURCE_CODE',),
 ]
 
 start = 0x11


More information about the pypy-commit mailing list