Skip to content

Commit 3406f9f

Browse files
committed
add vacuum after propagate pass
1 parent 3d47f2d commit 3406f9f

File tree

3 files changed

+375
-386
lines changed

3 files changed

+375
-386
lines changed

cli/asc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ exports.main = function main(argv, options, callback) {
732732
} else {
733733
add("precompute");
734734
}
735+
add("vacuum"); // differs
735736
// this will be done later (1)
736737
// if (optimizeLevel >= 2 || shrinkLevel >= 2) {
737738
// add("code-pushing");

0 commit comments

Comments
 (0)