Files
zig/src/arch
Luuk de Gram cc6f2b67c6 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.
2022-08-11 11:08:00 +02:00
..
2022-08-11 11:08:00 +02:00