[pypy-commit] pypy better-jit-hooks: oops bring back the comment

fijal noreply at buildbot.pypy.org
Wed Jan 11 18:26:00 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list