Author: Maciej Fijalkowski <[email protected]>
Branch: better-jit-hooks
Changeset: r51239:7d78bb3e99e9
Date: 2012-01-11 19:25 +0200
http://bitbucket.org/pypy/pypy/changeset/7d78bb3e99e9/
Log: oops bring back the comment
diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py
--- a/pypy/jit/metainterp/compile.py
+++ b/pypy/jit/metainterp/compile.py
@@ -76,7 +76,7 @@
if descr is not original_jitcell_token:
original_jitcell_token.record_jump_to(descr)
descr.exported_state = None
- op.setdescr(None)
+ op.setdescr(None) # clear reference, mostly for tests
elif isinstance(descr, TargetToken):
# for a JUMP: record it as a potential jump.
# (the following test is not enough to prevent more complicated
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit