[pypy-svn] r71494 - pypy/branch/debug-vref3/pypy/jit/metainterp

arigo at codespeak.net arigo at codespeak.net
Thu Feb 25 14:43:07 CET 2010


Author: arigo
Date: Thu Feb 25 14:43:06 2010
New Revision: 71494

Modified:
   pypy/branch/debug-vref3/pypy/jit/metainterp/optimizeopt.py
Log:
Fix comment (sorry).


Modified: pypy/branch/debug-vref3/pypy/jit/metainterp/optimizeopt.py
==============================================================================
--- pypy/branch/debug-vref3/pypy/jit/metainterp/optimizeopt.py	(original)
+++ pypy/branch/debug-vref3/pypy/jit/metainterp/optimizeopt.py	Thu Feb 25 14:43:06 2010
@@ -1048,7 +1048,7 @@
                     vrefinfo = self.optimizer.metainterp_sd.virtualref_info
                     self.force_lazy_setfield(vrefinfo.descr_forced)
                     # ^^^ we only need to force this field; the other fields
-                    # of virtualref_info and virtualizable_info are not ptrs.
+                    # of virtualref_info and virtualizable_info are not gcptrs.
                 return
             self.force_all_lazy_setfields()
         elif op.is_final() or (not we_are_translated() and



More information about the Pypy-commit mailing list