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: [tree-ssa] RFC: Making control flow more explicit


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.  




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