thread_join() the -ex process if THREAD_JOIN_IMPLEMENTED.
[pintos-anon] / src / TODO
index 38834e8dfc99c2b737fcd25b4f52439832410724..1734938aa2fd536f009c77fabdc696c2b22fa5d7 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,13 +1,5 @@
-* Get rid of names for synch primitives?  They increase the size of
-  each one by 16 bytes and are probably not that useful.
-  Alternatively make the names pointers?
-
-* pagedir.[ch] needs comments.
-
 * Write, test VM.
 
-* Implement `jitter'.
-
 * Test list, hash ADTs.
 
 * Compile and install gdb, dbg versions.