[MLton-commit] r6775

Matthew Fluet fluet at mlton.org
Tue Aug 19 17:43:43 PDT 2008


Update comment
----------------------------------------------------------------------

U   mlton/trunk/runtime/gc/forward.c

----------------------------------------------------------------------

Modified: mlton/trunk/runtime/gc/forward.c
===================================================================
--- mlton/trunk/runtime/gc/forward.c	2008-08-20 00:43:34 UTC (rev 6774)
+++ mlton/trunk/runtime/gc/forward.c	2008-08-20 00:43:42 UTC (rev 6775)
@@ -23,7 +23,6 @@
 /* forward (s, opp)
  * Forwards the object pointed to by *opp and updates *opp to point to
  * the new object.
- * It also updates the crossMap.
  */
 void forwardObjptr (GC_state s, objptr *opp) {
   objptr op;




More information about the MLton-commit mailing list