[tree-ssa] Gimplifying Java

Daniel Berlin dberlin@dberlin.org
Fri Jun 13 19:25:00 GMT 2003


On Friday, June 13, 2003, at 03:11  PM, Diego Novillo wrote:

> On Fri, 2003-06-13 at 15:08, Andrew Haley wrote:
>
>>> Maybe the inliner should generate different names to avoid confusing
>>> dumps?
>>
>> Perhaps, yes.  The new name could be |a| or somesuch.
>>
> Yup.  Anything that gives an immediate visual clue that the variable is
> created by the inliner.

Does it just copy the variables, or is it using create_tmp_var?
> The gimplifier uses '.num' and it will
> sometimes have prefixes that indicate if the variable was created for a
> control structure (like 'iftmp').

Remember back before i added the patch to let the prefix be specified, 
and *everything* was named "T.<something>"?
*shiver*.

--Dan



More information about the Gcc-patches mailing list