[MLton-commit] r6989
    Matthew Fluet 
    fluet at mlton.org
       
    Wed Nov 12 10:23:30 PST 2008
    
    
  
Fix comment.
----------------------------------------------------------------------
U   mlton/trunk/mlton/backend/ssa-to-rssa.fun
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/backend/ssa-to-rssa.fun
===================================================================
--- mlton/trunk/mlton/backend/ssa-to-rssa.fun	2008-11-12 17:24:23 UTC (rev 6988)
+++ mlton/trunk/mlton/backend/ssa-to-rssa.fun	2008-11-12 18:23:29 UTC (rev 6989)
@@ -253,7 +253,7 @@
             bytesNeeded = NONE,
             convention = Cdecl,
             ensuresBytesFree = false,
-            mayGC = true, (* MLton.share works by tracing an object.
+            mayGC = true, (* MLton.size works by tracing an object.
                            * Make sure all the GC invariants are true,
                            * because tracing might encounter the current
                            * stack in the heap.
    
    
More information about the MLton-commit
mailing list