mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 18:45:38 +00:00
periodic gc call removed (very slow with some million objects), 33% faster dump info collecting
This commit is contained in:
@@ -383,7 +383,7 @@ public class SWFInputStream implements AutoCloseable {
|
||||
}
|
||||
DumpInfo di = new DumpInfo(name, type, null, startByte, bitPos, 0, 0);
|
||||
di.parent = dumpInfo;
|
||||
dumpInfo.childInfos.add(di);
|
||||
dumpInfo.getChildInfos().add(di);
|
||||
dumpInfo = di;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user