[pypy-svn] r31712 - pypy/dist/pypy/rpython/memory

mwh at codespeak.net mwh at codespeak.net
Sun Aug 27 12:48:10 CEST 2006


Author: mwh
Date: Sun Aug 27 12:48:09 2006
New Revision: 31712

Modified:
   pypy/dist/pypy/rpython/memory/gctransform.py
Log:
add an XXXish comment


Modified: pypy/dist/pypy/rpython/memory/gctransform.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gctransform.py	(original)
+++ pypy/dist/pypy/rpython/memory/gctransform.py	Sun Aug 27 12:48:09 2006
@@ -349,6 +349,9 @@
             if PTRTYPE.TO is not lltype.PyObject:
                 # look for and annotate a dynamic deallocator if necessary;
                 # doing so implicitly in specialize_call() is too late.
+                # XXX this is skating on microscopically thin ice: if
+                # annotation is required, we are already annotating
+                # ---> boom
                 op.see_type(PTRTYPE.TO)
         return annmodel.s_None
 



More information about the Pypy-commit mailing list