Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r79781:f18ef9299aaf
Date: 2015-09-23 10:03 +0200
http://bitbucket.org/pypy/pypy/changeset/f18ef9299aaf/

Log:    add comment

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
@@ -784,7 +784,7 @@
     'NEWSTR/1/r',         #-> STR, the hash field is zeroed
     'NEWUNICODE/1/r',     #-> UNICODE, the hash field is zeroed
     '_MALLOC_LAST',
-    'FORCE_TOKEN/0/r',
+    'FORCE_TOKEN/0/r',    # historical name; nowadays, returns the jitframe
     'VIRTUAL_REF/2/r',    # removed before it's passed to the backend
     # this one has no *visible* side effect, since the virtualizable
     # must be forced, however we need to execute it anyway
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to