This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: an experiment with garbage collection
- To: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Subject: Re: an experiment with garbage collection
- From: Richard Henderson <rth at cygnus dot com>
- Date: Sat, 9 May 1998 21:03:18 -0700
- Cc: rth at cygnus dot com, egcs at cygnus dot com
- References: <19980509012500.06283@dot.cygnus.com> <199805092149.WAA26982@phal.cygnus.co.uk>
- Reply-To: Richard Henderson <rth at cygnus dot com>
On Sat, May 09, 1998 at 10:49:32PM +0100, Joern Rennecke wrote:
> Just cut the obstack usage down to such applications where they are
> a natural fit.
You are right, of course, that this is most sensible. The main
thing I object to wrt obstacks is the juggling act that's done
with switching them about, particularly in the parser.
r~