Improve memory usage for weakHeap sorting (#68)

This commit is contained in:
Max Graey
2018-04-08 02:03:26 +03:00
committed by Daniel Wirtz
parent 9731958738
commit ac2281b14b
3 changed files with 31 additions and 31 deletions

View File

@ -4030,9 +4030,9 @@
(get_local $0)
)
)
(i32.const 7)
(i32.const 31)
)
(i32.const 3)
(i32.const 5)
)
)
(i32.const 2)
@ -4076,7 +4076,7 @@
(i32.shl
(i32.shr_s
(get_local $2)
(i32.const 4)
(i32.const 6)
)
(i32.const 2)
)
@ -4087,7 +4087,7 @@
(get_local $2)
(i32.const 1)
)
(i32.const 7)
(i32.const 31)
)
)
(i32.const 1)
@ -4156,7 +4156,7 @@
(i32.shl
(i32.shr_s
(get_local $3)
(i32.const 3)
(i32.const 5)
)
(i32.const 2)
)
@ -4168,7 +4168,7 @@
(i32.shl
(i32.shr_s
(get_local $3)
(i32.const 3)
(i32.const 5)
)
(i32.const 2)
)
@ -4178,7 +4178,7 @@
(i32.const 1)
(i32.and
(get_local $3)
(i32.const 7)
(i32.const 31)
)
)
)
@ -4287,7 +4287,7 @@
(i32.shl
(i32.shr_s
(get_local $2)
(i32.const 3)
(i32.const 5)
)
(i32.const 2)
)
@ -4295,7 +4295,7 @@
)
(i32.and
(get_local $2)
(i32.const 7)
(i32.const 31)
)
)
(i32.const 1)
@ -4360,7 +4360,7 @@
(i32.shl
(i32.shr_s
(get_local $2)
(i32.const 3)
(i32.const 5)
)
(i32.const 2)
)
@ -4372,7 +4372,7 @@
(i32.shl
(i32.shr_s
(get_local $2)
(i32.const 3)
(i32.const 5)
)
(i32.const 2)
)
@ -4382,7 +4382,7 @@
(i32.const 1)
(i32.and
(get_local $2)
(i32.const 7)
(i32.const 31)
)
)
)