[MLton-commit] r4560

Matthew Fluet MLton@mlton.org
Sun, 21 May 2006 12:17:10 -0700


Updating todo
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/TODO

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

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/TODO
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/TODO	2006-05-21 19:15:21 UTC (rev 4559)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/TODO	2006-05-21 19:17:07 UTC (rev 4560)
@@ -4,15 +4,7 @@
 
 * Use C99 <assert.h> instead of util/assert.{c,h}
 
-Replace Word8{Array,Vector}_{sub,update}{,Rev} primitives with
-PackWord{8,16,32,64}_{sub,update}{,Rev} primitives; possibly refine
-the semantics to use index offset rather than byte offset (the
-advantage of index offset is that we can take advantage of scaling in
-address modes).
 
-Avoid  SysWord.fromLarge o C_UId.toLarge  conversions.
-
-
 Rename primitives to indicate that these are not bit-wise identities
   Real_toWord
   Real_toReal
@@ -23,4 +15,3 @@
 
 basis/Int/Word.c
 basis/MLton/allocTooLarge.c
-basis/MLton/bug.c