This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Save GGC garbage produced by gimplifier


Jason Merrill wrote:

On Fri, 03 Sep 2004 13:44:53 -0400, Jason Merrill <jason@redhat.com> wrote:



+ local_names = NULL;


local_names is a tree varray



...so it will be freed by garbage collection. Never mind.


I agree with Jason's comments; this looks OK.

As for your other question (can we avoid putting these things in the tree structure in the first place) the answer is probably yes -- but I'm not sure it's a big win.

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]