revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)

Mark Mitchell mark@codesourcery.com
Thu Feb 15 19:54:00 GMT 2007


Sandra Loosemore wrote:

> 	(build_min_nt_call_list): New function.

I don't think there's any need for this function; just call
build_nt_call_list directly.  The "build_min" functions should go away;
they're an indirection that doesn't add anything.  (IIRC, before garbage
collection, they used to put things on different obstacks, but if/when
we move back to allocation pools, we'll handle this differently.)

OK with that minor change.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713



More information about the Gcc-patches mailing list