[pypy-commit] pypy default: add an XXX

cfbolz noreply at buildbot.pypy.org
Sun Jul 17 09:09:59 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r45694:546ae03a77b7
Date: 2011-07-17 09:09 +0200
http://bitbucket.org/pypy/pypy/changeset/546ae03a77b7/

Log:	add an XXX

diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py
--- a/pypy/jit/codewriter/jtransform.py
+++ b/pypy/jit/codewriter/jtransform.py
@@ -1118,6 +1118,9 @@
         return meth(op, args, *descrs)
 
     def _get_list_nonneg_canraise_flags(self, op):
+        # XXX as far as I can see, this function will always return True
+        # because functions that are neither nonneg nor fast don't have an
+        # oopspec any more
         # xxx break of abstraction:
         func = get_funcobj(op.args[0].value)._callable
         # base hints on the name of the ll function, which is a bit xxx-ish


More information about the pypy-commit mailing list