Skip to content
Unverified Commit b431dadb authored by Robin Freyler's avatar Robin Freyler
Browse files

make call_with_code_per_byte benchmark more robust

It now uses local.get(0) instead of i32.const for the if condition which makes it impossible for Wasmi (register) to aggressively optimize whole parts of the if away at compilation time thus creating an unfair advantage in benchmarks towards Wasmi (stack).
parent 7440dd74
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment