Author: Maciej Fijalkowski <[email protected]>
Branch: jit-applevel-info
Changeset: r44319:d13f5cdf7e69
Date: 2011-05-20 12:50 +0200
http://bitbucket.org/pypy/pypy/changeset/d13f5cdf7e69/

Log:    remove this, will try different approach

diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
--- a/pypy/jit/metainterp/history.py
+++ b/pypy/jit/metainterp/history.py
@@ -771,9 +771,6 @@
     # CompiledLoopToken has its __del__ called, which frees the assembler
     # memory and the ResumeGuards.
     compiled_loop_token = None
-    # extra debugging info to fish from the log
-    jitlog_start = -1
-    jitlog_end = -1
 
     def __init__(self):
         # For memory management of assembled loops
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to