This is the mail archive of the gcc@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: [RFC] Design issues with multiple IRs


On Thu, Dec 06, 2001 at 10:31:06PM -0500, Diego Novillo wrote:
> Absolutely.  That's why I wanted to ask for suggestions before I
> kept doing changes to the branch.  I'm going to start looking at
> language hooks.  What would be a good place to start looking for
> examples?

I'd expect that you'd need little or nothing in the way of hooks.
I'd expect the language f.e. to build the function, translate any
language dependent nodes to language independent nodes, then pass
the whole thing off to you.

So I'd focus on the language independent nodes first.


r~


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