[MLton-commit] r4211
Matthew Fluet
MLton@mlton.org
Sat, 12 Nov 2005 12:11:59 -0800
Comments
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/gc/TODO
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/TODO
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gc/TODO 2005-11-12 20:11:17 UTC (rev 4210)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/TODO 2005-11-12 20:11:58 UTC (rev 4211)
@@ -1,6 +1,3 @@
-* fix semantics of numNonPointers for normal objects to mean bytes of
- non-pointer data, rather than number of 32-bit words of
- non-pointer data. Rename to sizeNonPointers.
* 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?