Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fd_set is not portable on IRIX, but needs some extra headers
[simgrid.git] / TODO
diff --git a/TODO b/TODO
index ea8fd6f..b2e95ff 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,10 +2,6 @@
 ### Ongoing stuff
 ###
 
-* tcp->incoming_socks
-  sock specific tcp (buffsize) useless
-
-* use the exception everywhere
 
 ###
 ### Planned
@@ -18,6 +14,8 @@
 [autoconf]
   * Check the gcc version on powerpc. We disabled -floop-optimize on powerpc,
     but versions above 3.4.0 should be ok.
+  * check whether we have better than jmp_buf to implement exceptions, and
+    use it (may need to generate a public .h, as glib does)
 
 *
 * XBT
   * watchdog in RL (ie, while (1) { fork; exec the child, wait in father })
   * Allow [homogeneous] dico to be sent
   * Make GRAS thread safe by mutexing what needs to be
-  * Use a xbt_set for gras_procdata_t->libdata instead of a dict
-    so that the search can be linear.
 
 *
 * AMOK