mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 15:20:47 +00:00
do not instantiate millions of ArrayList
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ public class SwapIns extends InstructionDefinition {
|
||||
GraphTargetItem o2 = stack.pop();
|
||||
stack.push(o1);
|
||||
stack.push(o2);
|
||||
o1.moreSrc.add(new GraphSourceItemPos(ins, 0));
|
||||
o2.moreSrc.add(new GraphSourceItemPos(ins, 0));
|
||||
o1.getMoreSrc().add(new GraphSourceItemPos(ins, 0));
|
||||
o2.getMoreSrc().add(new GraphSourceItemPos(ins, 0));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user