Add flag for graph building, which uses too much memory.

This commit is contained in:
Adam
2015-11-15 11:59:08 -05:00
parent 7b94552825
commit 44767a9735
3 changed files with 31 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ public class FrameTest
ins.addInstruction(i);
Execution e = new Execution(group);
e.setBuildGraph(true);
e.populateInitialMethods();
e.run();
@@ -123,6 +124,7 @@ public class FrameTest
ins.addInstruction(i);
Execution e = new Execution(group);
e.setBuildGraph(true);
e.populateInitialMethods();
e.run();