[tree-ssa] RFC: Making control flow more explicit
Pop Sébastian
pop@gauvain.u-strasbg.fr
Wed Aug 6 23:38:00 GMT 2003
On Wed, Aug 06, 2003 at 05:37:57PM -0400, Diego Novillo wrote:
>
> Lately, I've been toying with the idea of making the control flow more
> explicit, something which has popped up every now and then. Currently,
> we have a few problems with the tree IL having things that are hidden
> from the optimizers and make us do more work (e.g., code insertion).
>
I like the idea of reducing the number of tree codes we use in optimizers.
Do you plan to do these simplifications during the gimplification?
If so, you have to generate code (gotos and labels) for the tree_cfg_builder.
The other solution is to use the CFG for these transformations, and in a first
time generate the corresponding trees for a CFG transformation.
More information about the Gcc
mailing list