diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-05-19 15:40:23 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-05-19 15:46:18 -0700 |
commit | fe1bda7da797e5586d39122aec931a8a84df4ac7 (patch) | |
tree | ee056db222a948610839ae204e0311b0854c36fe /test/memorygrowth.fromasm.imprecise | |
parent | 322e89791721ce5130242c87eb1c01163f0ad21d (diff) | |
download | binaryen-fe1bda7da797e5586d39122aec931a8a84df4ac7.tar.gz binaryen-fe1bda7da797e5586d39122aec931a8a84df4ac7.tar.bz2 binaryen-fe1bda7da797e5586d39122aec931a8a84df4ac7.zip |
vacuum after passes that create garbage; this makes the total time better
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index 9e2b77330..9f7d979bb 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -7968,20 +7968,20 @@ (i32.const 44) ) ) - (set_local $5 + (set_local $4 (get_local $3) ) (set_local $3 (i32.const 2) ) - (set_local $6 + (set_local $5 (i32.add (get_local $10) (get_local $2) ) ) (loop $while-out$0 $while-in$1 - (set_local $4 + (set_local $6 (if (i32.load (i32.const 1160) @@ -7999,7 +7999,7 @@ ) (i32.store offset=4 (get_local $13) - (get_local $5) + (get_local $4) ) (i32.store offset=8 (get_local $13) @@ -8027,7 +8027,7 @@ ) (i32.store offset=4 (get_local $12) - (get_local $5) + (get_local $4) ) (i32.store offset=8 (get_local $12) @@ -8044,8 +8044,8 @@ ) (if (i32.eq + (get_local $5) (get_local $6) - (get_local $4) ) (block (set_local $1 @@ -8056,12 +8056,12 @@ ) (if (i32.lt_s - (get_local $4) + (get_local $6) (i32.const 0) ) (block (set_local $17 - (get_local $5) + (get_local $4) ) (set_local $18 (get_local $3) @@ -8074,17 +8074,17 @@ ) (set_local $10 (i32.sub + (get_local $5) (get_local $6) - (get_local $4) ) ) (set_local $3 (if (i32.gt_u - (get_local $4) - (set_local $6 + (get_local $6) + (set_local $5 (i32.load offset=4 - (get_local $5) + (get_local $4) ) ) ) @@ -8101,15 +8101,15 @@ (get_local $14) (get_local $7) ) - (set_local $4 + (set_local $6 (i32.sub - (get_local $4) (get_local $6) + (get_local $5) ) ) (set_local $7 (i32.add - (get_local $5) + (get_local $4) (i32.const 8) ) ) @@ -8120,7 +8120,7 @@ ) ) (i32.load offset=12 - (get_local $5) + (get_local $4) ) ) (if @@ -8135,25 +8135,25 @@ (i32.load (get_local $9) ) - (get_local $4) + (get_local $6) ) ) (set_local $7 - (get_local $5) + (get_local $4) ) (set_local $15 (i32.const 2) ) - (get_local $6) + (get_local $5) ) (block (set_local $7 - (get_local $5) + (get_local $4) ) (set_local $15 (get_local $3) ) - (get_local $6) + (get_local $5) ) ) ) @@ -8164,23 +8164,23 @@ (i32.load (get_local $7) ) - (get_local $4) + (get_local $6) ) ) (i32.store offset=4 (get_local $7) (i32.sub (get_local $3) - (get_local $4) + (get_local $6) ) ) - (set_local $5 + (set_local $4 (get_local $7) ) (set_local $3 (get_local $15) ) - (set_local $6 + (set_local $5 (get_local $10) ) (br $while-in$1) @@ -8194,7 +8194,7 @@ (i32.store offset=16 (get_local $0) (i32.add - (set_local $6 + (set_local $5 (i32.load (get_local $8) ) @@ -8207,7 +8207,7 @@ (i32.store (get_local $9) (set_local $8 - (get_local $6) + (get_local $5) ) ) (i32.store |