Mark Mitchell - Re: revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ fro (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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] |
- From: Mark Mitchell
- To: Sandra Loosemore
- Cc: GCC Patches , Brooks Moses , Lee Millward
- Date: Thu, 15 Feb 2007 11:49:25 -0800
- Subject: Re: revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)
- References: <45D34B95.1090208@codesourcery.com>
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
- Follow-Ups:
- Re: revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)
* From: Brooks Moses
- Re: revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)
- References:
- revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)
* From: Sandra Loosemore
- revised PATCH: CALL_EXPR representation changes, part 6/9 (C++ front end)
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |