From cf04d496e23e926c86f0ef26079b5347942c1b74 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Apr 1998 00:26:54 +0000 Subject: [PATCH] *** empty log message *** --- lib/TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lib/TODO b/lib/TODO index 31ecb773cd..71a0d66756 100644 --- a/lib/TODO +++ b/lib/TODO @@ -14,3 +14,17 @@ 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) ? -- 2.30.2