Author: Richard Plangger <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit