Author: Armin Rigo <ar...@tunes.org>
Branch: conditional_call_value_4
Changeset: r88632:07b9b5f5b593
Date: 2016-11-24 12:40 +0100
http://bitbucket.org/pypy/pypy/changeset/07b9b5f5b593/

Log:    fix comment (thanks cfbolz)

diff --git a/rpython/jit/metainterp/resoperation.py 
b/rpython/jit/metainterp/resoperation.py
--- a/rpython/jit/metainterp/resoperation.py
+++ b/rpython/jit/metainterp/resoperation.py
@@ -1098,7 +1098,7 @@
     'FORCE_TOKEN/0/r',    # historical name; nowadays, returns the jitframe
     'VIRTUAL_REF/2/r',    # removed before it's passed to the backend
     'STRHASH/1/i',        # only reading the .hash field, might be zero so far
-    'UNICODEHASH/1/i',    #  "
+    'UNICODEHASH/1/i',    #     (unless applied on consts, where .hash is 
forced)
     # this one has no *visible* side effect, since the virtualizable
     # must be forced, however we need to execute it anyway
     '_NOSIDEEFFECT_LAST', # ----- end of no_side_effect operations -----
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to