Fix constant parameter corrupting instructions. Make unused blocks faster.
This commit is contained in:
@@ -189,6 +189,8 @@ public class Frame
|
||||
public void jump(Instruction to)
|
||||
{
|
||||
assert to != null;
|
||||
assert to.getInstructions() == method.getCode().getInstructions();
|
||||
assert method.getCode().getInstructions().getInstructions().contains(to);
|
||||
|
||||
if (hasJumped(cur, to))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user