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: Questions on tree-inline.c


    The way to clean it up is to have a language-independent
    functions-as-trees representation.  

Not necessarily.  Tree nodes can (mostly) be manipulated by using the number
of operands and TREE_CODE_CLASS, with a few language-specific hooks.  Indeed,
that's what I thought those hooks were there for in the first place! 


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