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]

Re: call_insn's and argument locations


Daniel Berlin wrote:-

> Actually, most i've read say the opposite.
> We should do language specific optimizations on trees, then drop down,
> do a few mid level optimizations, then drop down, and do the rest of
> the optimizations.

Like I said, I'm not an expert.

I thought we were planning to make trees language-independent.  In
which case clearly optimisations thereon would have to be language
independent.  I don't really know what kind of optimisations you're
referring to, but we should aim to have enough information in the tree
format that the front ends can supply all the optimisation information
the lang-indep optimisers need (or, optimise whilst creating the
trees).

Neil.


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