[MLton-commit] r5678

Matthew Fluet fluet at mlton.org
Tue Jun 26 17:11:17 PDT 2007


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

U   mlton/trunk/mlton/backend/packed-representation.fun

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

Modified: mlton/trunk/mlton/backend/packed-representation.fun
===================================================================
--- mlton/trunk/mlton/backend/packed-representation.fun	2007-06-26 06:15:05 UTC (rev 5677)
+++ mlton/trunk/mlton/backend/packed-representation.fun	2007-06-27 00:11:16 UTC (rev 5678)
@@ -968,7 +968,7 @@
       (* TupleRep.make decides how to layout a sequence of types in an object,
        * or in the case of a vector, in a vector element.
        * Vectors are treated slightly specially because we don't require element
-       * widths to be a multiple of the word size.
+       * widths to be a multiple of the word32 size.
        * At the front of the object, we place all the word64s, followed by
        * all the word32s.  Then, we pack in all the types that are smaller than a
        * word32.  This is done by packing in a sequence of words, greedily,




More information about the MLton-commit mailing list