This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GC Merge?
- To: Mark Mitchell <mark@codesourcery.com>
- Subject: Re: GC Merge?
- From: Jason Merrill <jason@cygnus.com>
- Date: 03 Sep 1999 09:31:35 -0700
- Cc: gcc@gcc.gnu.org
- References: <19990902113937C.mitchell@codesourcery.com>
>>>>> Mark Mitchell <mark@codesourcery.com> writes:
> Most of these problems stem from the fact that obstacks are a
> nuisance. In particular, we were copying things to the permanent
> obstack, and some expressions canot be copied.
And we can't just allocated them on the permanent obstack to begin with?
Jason
- References:
- GC Merge?
- From: Mark Mitchell <mark@codesourcery.com>