This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Language-independent functions-as-trees representation
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
> Jason Merrill wrote:
>> In a previous thread, Diego has suggested that inlining would be done on
>> language-dependent trees. I think this is a mistake; IMO it should be done
>> at the SIMPLE level. Requiring the inliner to know about frontend trees is
>> wrong.
> But why can't the inliner work at the GENERIC level?
It certainly could. But what would be the advantage of doing it there
rather than in SIMPLE?
Jason