[pypy-svn] r33876 - pypy/dist/pypy/jit/codegen

mwh at codespeak.net mwh at codespeak.net
Mon Oct 30 13:52:06 CET 2006


Author: mwh
Date: Mon Oct 30 13:52:05 2006
New Revision: 33876

Modified:
   pypy/dist/pypy/jit/codegen/model.py
Log:
clarify one docstring.


Modified: pypy/dist/pypy/jit/codegen/model.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/model.py	(original)
+++ pypy/dist/pypy/jit/codegen/model.py	Mon Oct 30 13:52:05 2006
@@ -208,7 +208,9 @@
     #@staticmethod
     #@specialize.memo()
     #def kindToken(T):
-    #    """Return a token that identifies (but no more?) the low-level type T."""
+    #    """Return a token that describes how to store the low-level
+    #    type T.  For example, on PowerPC this might just indicate
+    #    whether values of type T live in the FPU or not."""
     #    raise NotImplementedError
 
     #@staticmethod



More information about the Pypy-commit mailing list