Use instruction ctx to see if a jump has already happened. Not sure if it works but it runs.

This commit is contained in:
Adam
2015-08-12 18:01:12 -04:00
parent f8fe552287
commit 9b4230154c
16 changed files with 114 additions and 98 deletions

View File

@@ -59,11 +59,11 @@ public class Deob
bdur = System.currentTimeMillis() - bstart;
System.out.println("illegal state exception took " + bdur/1000L + " seconds");
// // remove constant logically dead parameters
// bstart = System.currentTimeMillis();
// new ConstantParameter().run(group);
// bdur = System.currentTimeMillis() - bstart;
// System.out.println("constant param took " + bdur/1000L + " seconds");
// remove constant logically dead parameters
bstart = System.currentTimeMillis();
new ConstantParameter().run(group);
bdur = System.currentTimeMillis() - bstart;
System.out.println("constant param took " + bdur/1000L + " seconds");
// // remove unhit blocks
// bstart = System.currentTimeMillis();