[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Duplicate Locals - bug or feature?



Hi Emil,

It depends on what you'd like to do with the code.  Inside Soot there's no
problem, because local identity is determined by object equality (so
different Locals, created at different program points, are different).  If
you'd like to use the textual representation, then there is a problem.

You can add a phase which disambiguates local names.  The Soot tutorial
should tell you how to add a phase. It probably ought to be a Dava phase.

pat