periodic gc call removed (very slow with some million objects), 33% faster dump info collecting

This commit is contained in:
honfika
2014-06-29 19:34:44 +02:00
parent 1b13ac5cd4
commit a3c4fae495
8 changed files with 632 additions and 647 deletions

View File

@@ -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;
}
}