X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a2653e329bdb4ecdc3397a0eb17f7a95f322d1c..d58f736cf21050afe126f6b38d356905dc5552da:/TODO diff --git a/TODO b/TODO index ea8fd6ff10..b2e95ff946 100644 --- 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 @@ -191,8 +189,6 @@ * 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