Author: Armin Rigo <[email protected]>
Branch: jitframe-on-heap
Changeset: r61724:6983ff182cad
Date: 2013-02-23 16:43 +0100
http://bitbucket.org/pypy/pypy/changeset/6983ff182cad/

Log:    A comment

diff --git a/rpython/jit/backend/x86/regalloc.py 
b/rpython/jit/backend/x86/regalloc.py
--- a/rpython/jit/backend/x86/regalloc.py
+++ b/rpython/jit/backend/x86/regalloc.py
@@ -1298,6 +1298,8 @@
         # the hints about the expected position of the spilled variables.
 
         # XXX we never compile code like that?
+        # YYY of course, because compute_hint_frame_locations() is disabled.
+        #     re-enable this once we re-enable it!
         #jump_op = self.final_jump_op
         #if jump_op is not None and jump_op.getdescr() is descr:
         #    self._compute_hint_frame_locations_from_descr(descr)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to