You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to enable soot soot optimization for dead code elimination, so I insert some code into org.clyze.doop.soot.Main.produceFacts(), But after running, it is found that the generated fact has not been optimized, and dead code still exists
Hi, I want to enable soot soot optimization for dead code elimination, so I insert some code into
org.clyze.doop.soot.Main.produceFacts()
, But after running, it is found that the generated fact has not been optimized, and dead code still existshere is my test case
if I directly run soot with cmd
soot -f S -pp -cp . A -optimize
, the shimple which soot generated is optimized:I don't why those pack setting don't work in doop
The text was updated successfully, but these errors were encountered: