avanhatt / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
0 stars 1 forks source link

veri: set `MAX_WIDTH` to `2*REG_WIDTH` #97

Closed mmcloughlin closed 8 months ago

mmcloughlin commented 8 months ago

This PR sets MAX_WIDTH to twice REG_WIDTH, which is big enough for now and gives a meaningful performance improvement.

Running cargo test -- --test-threads=1 before:

test result: ok. 172 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 271.79s

After:

test result: ok. 172 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 170.34s