This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Fix function body estimation
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 18 Oct 2003 18:02:06 +0200
- Subject: Re: [tree-ssa] Fix function body estimation
- References: <20031018154827.GZ6212@kam.mff.cuni.cz>
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