afonso360 opened PR #3051 from interpreter-fuel
to main
:
Hey,
A precursor to adding control flow to the CLIF fuzzer is being able to stop infinite loops, we planned to do this by limiting the number of instructions allowed in the interpreter before running on the host.
This PR adds a
fuel
mechanism similar to what we have in wasmtime.
bjorn3 submitted PR review.
bjorn3 created PR review comment:
Some(ref mut n) => { *n -= 1;
afonso360 updated PR #3051 from interpreter-fuel
to main
.
abrown submitted PR review.
abrown merged PR #3051.
Last updated: Nov 22 2024 at 17:03 UTC