Skip to content

Commit cc6f2b6

Browse files
committed
wasm: binOp leave value on stack
Rather than always creating a new local and storing the result of a binary operation into said local, we now leave it on top of the stack. This allows for better codegen as we need less instructions, as well as less total amount of locals.
1 parent 7e6dbd6 commit cc6f2b6

File tree

1 file changed

+84
-63
lines changed

1 file changed

+84
-63
lines changed

0 commit comments

Comments
 (0)