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

Re: Assignment statement isn't parsing



On Thu, 28 Feb 2002, Nathan Kitchen wrote:

> Nope, this still isn't the answer.  When I use this command line:

Ok, the splitter gets rid of the write to the local variable, because it
sees that it has no reads.  If you run Soot with these options, then you
get the redundant instruction:

$ java soot.Main --jimp -p jb.dae disabled -p jb.asv disabled -p jb
no-splitting A

Unfortunately, no one really knows how the splitter works anymore.  In any
case, I don't see how this dead assignment statement is useful.

pat