[MLton-commit] r4745

Matthew Fluet fluet at mlton.org
Sat Oct 21 19:26:17 PDT 2006


Update 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-10-22 01:57:45 UTC (rev 4744)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/TODO	2006-10-22 02:26:17 UTC (rev 4745)
@@ -1,5 +1,4 @@
-* what type should be used for the size field in GC_heap?  I'm using
-        size_t currently, since that is the type needed by malloc.
+
 * Why does hash-table use malloc/free while generational maps use mmap/munmap?
 
 * Use C99 <assert.h> instead of util/assert.{c,h}
@@ -16,6 +15,7 @@
 (* platform dependent c-types.h; change <build>/ layout *)
 http://mlton.org/pipermail/mlton/2006-June/028943.html
  + http://mlton.org/pipermail/mlton/2006-June/028948.html
+ + Revision 4665 -- build/lib/<target>/include
 
 (* Add basis-ffi.h to SVN; create .PHONY target to regenerate. *)
 http://mlton.org/pipermail/mlton/2006-June/028946.html
@@ -54,10 +54,7 @@
 
 
 
-Revision 4670 -- signalsIsPending
 
-Revision 4665 -- build/lib/<target>/include
-
 Revision 4658 -- convert 'int' to 'bool' by comparision with zero
               -- revert when dropping 'bool' from FFI; comparision
                  with zero will happen on the ML side.




More information about the MLton-commit mailing list