This is the mail archive of the gcc-patches@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: [tree-ssa] Fix function body estimation


Op za 18-10-2003, om 17:48 schreef Jan Hubicka:
> Hi,
> this patch solves another problem with unit-at-a-time in C++.
> I will apply it as obivous if it passes checking.

:-) How did that ever work...

> I would also like to write generic version of estimate_num_insns. 
> Where is full generic gramar?

There isn't one, really.  GENERIC may still have language-specific
stmt/expr trees.  You probably want to write a version for GIMPLE
instead.

Gr.
Steven


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