Stream: git-wasmtime

Topic: wasmtime / PR #3520 Disable `check_label_branch_invariant...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2021 at 15:34):

alexcrichton opened PR #3520 from faster-fuzz to main:

This commit disables the MachBuffer::check_label_branch_invariants
debug check on the fuzzers due to it causing timeouts with the test case
from #3441. Fuzzing leads to a 20-30x slowdown of executed code and
locally the fuzz time it takes to instantiate #3441 drops from 3 minutes
to 6 seconds disabling this function. Note that this should still be
executed during our testing on CI since it's still enabled for debug
assertions.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2021 at 16:05):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 15 2021 at 16:05):

cfallin merged PR #3520.


Last updated: Oct 23 2024 at 20:03 UTC