do not use getBytesLength because it "generates" the action bytes to get the length (slow)

use instead getTotalActionLength
This commit is contained in:
honfika
2014-08-19 15:39:10 +02:00
parent 5130f3c2bb
commit 3b6cee4dfb
22 changed files with 316 additions and 289 deletions
@@ -75,7 +75,7 @@ public class ActionWith extends Action implements GraphSourceItemContainer {
}
@Override
public String getASMSource(List<? extends GraphSourceItem> container, List<Long> knownAddreses, List<String> constantPool, int version, ScriptExportMode exportMode) {
public String getASMSource(List<? extends GraphSourceItem> container, List<Long> knownAddreses, List<String> constantPool, ScriptExportMode exportMode) {
return "With {";
}