I will need to actually perform method invocations during execution to
be able to pass/get the correct underlying types of variables for the virtual method lookup.
This commit is contained in:
@@ -183,12 +183,6 @@ public class Instructions
|
||||
for (Instruction i : instructions)
|
||||
i.buildInstructionGraph();
|
||||
}
|
||||
|
||||
public void buildCallGraph()
|
||||
{
|
||||
for (Instruction i : instructions)
|
||||
i.buildCallGraph();
|
||||
}
|
||||
|
||||
public Code getCode()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user