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] Gimplifying Java



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


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