X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FTODO;h=4b3fe850e5bdf2b90255af1cd860e279eebc0a9e;hb=3336e16fb39ca0fafa5185797f0f0b9431c2330d;hp=31ecb773cd91e05a9339f9e32638e4af27f42bf6;hpb=0d88dfeda01353453eeac40d71fecfc5d9066772;p=gnulib.git diff --git a/lib/TODO b/lib/TODO index 31ecb773c..4b3fe850e 100644 --- a/lib/TODO +++ b/lib/TODO @@ -14,3 +14,19 @@ like stdc-print and think I sent you an early verison. I don't like the name `cursor'. I much prefer short names like `p' for index variables. I doubt I'll change all of them, but thought you should know why some will probably end up changing. + +#define USE_OBSTACK somewhere + +Fix this comment. Depending on system and application... +Mention fragmentation. + +#if USE_OBSTACK + + /* Whenever obstacks are used, it is possible to allocate all overflowed + + entries into a single stack, so they all can be freed in a single + + operation. It is not clear if the speedup is worth the trouble. */ + + struct obstack entry_stack; + +#endif + + +assert (bucket_limit - bucket == n_buckets) ? + +remove.c: s/done/successful or ok