[pypy-svn] r53219 - pypy/branch/jit-hotpath/pypy/jit/codegen/ia32

fijal at codespeak.net fijal at codespeak.net
Mon Mar 31 23:54:02 CEST 2008


Author: fijal
Date: Mon Mar 31 23:53:59 2008
New Revision: 53219

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py
Log:
leave a comment not to forget


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py	Mon Mar 31 23:53:59 2008
@@ -1028,6 +1028,8 @@
 ##        target.stackdepth,
 ##        target.arg_positions))
 
+    # XXX rewrite in a float-friendly way
+
     N = target.stackdepth
     if builder.stackdepth < N:
         builder.mc.SUB(esp, imm(WORD * (N - builder.stackdepth)))



More information about the Pypy-commit mailing list