X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2d52759a227513f185f5d8f9136ff4145e80943..d0088c5ca40d4af018ea5f874550e1405fef9a93:/TODO diff --git a/TODO b/TODO index b6b881cbea..c96a5bcbcc 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,6 @@ +- Use a xbt_set for gras_procdata_t->libdata instead of a dict + so that the search can be linear. + [sorry for the parts in french :] ### @@ -18,8 +21,6 @@ - rawsock Verifier que les messages vont pas sur des sock raw -- Documentation (en particulier DD et Msg) - - gras_datadesc_cpy -> donne la taille prise pour donner un poids aux messages - callback en reception ?? (remettre les pointeurs sur fonction etc) @@ -43,7 +44,7 @@ - core ok (errors, logs ; dynars, dicts, hooks, pools; config, rrdb) - virtualize (linux, solaris, SG) & conditions - binary representation: any type, SNWF (Sender Native Wire Format) - - modules (logs, manage, token ring, bw) + - modules (log control, manage, token ring, bw) - cleanups, documentation [autoconf] @@ -52,7 +53,6 @@ [portability layer] Dynar of type, such as ref of type - Generate convertors in assembler ? Mallocators [Messaging] @@ -77,7 +77,6 @@ Allow each process in simulation to have its own setting [dict] - dichotomie in search speed up the cursors, for example using the contexts when available fix multi levels dicts @@ -85,6 +84,9 @@ Error handling in cbps Regression tests of cbps +[testsuite] + use logging, not printf + ********* * GRAS1 * Integrer grassouillet a gras; multiplexage XML; module de comm ********* @@ -172,15 +174,13 @@ Convert in the same buffer when size increase Exchange structures in one shoot. Port to really exotic platforms (Cray is not IEEE ;) - Generate the convertion functions in assembly, since we have a plenty of - time to waste. [XML] Do what is written in the paper [Macro parseuse] Gerer les typedefs (necessite de l'aide de grassouillet) - Gerer les unions => specifier des annotations, mais j'y crois pas + Gerer les unions => specifier des annotations Gerer les enum Gerer les long long Gerer les types struct, union et enum anonymes au milieu d'un autre bloc de @@ -200,7 +200,6 @@ Faire toutes les modifs aux Utils listees plus haut Simplifier l'envoi de dynar et dico Mettre les mutex et semaphores dans les dynar directement - Tenter (politiquement) le passage a GPL, pour voler du code. ************