[Soot-list] Jimple Help

Patrick LAM plam at cs.mcgill.ca
Mon Mar 5 11:01:22 EST 2007


John Chaitanya Kati wrote:
> I dont want this optimization to happen. I mean when i call i = add(5,6) 
> i want the statement to be i0 = staticinvoke <Test: int add(int,int)>(5, 
> 6); irespective of whether i is used further or not. Can anybody help me 
> in this?

Sure.  Disable dead assignment elimination; at the command line, that's 
-p jb.dae off.

pat



More information about the Soot-list mailing list