alexcrichton opened PR #14329 from alexcrichton:less-catch-all to bytecodealliance:main:
When translating a wasm
callinstruction into a CLIFtry_callinstruction it's possible that the wasm could have redundant exception handlers for the same scope. This causes a particular oss-fuzz test case to time out right now and a small, albeit not general, fix is to stop pushing handlers once a catch-all handler is reached. In such a situation it's not possible for anything further to get visited because exception processing will stop at the catch-all.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease review the Bytecode Alliance's AI tool usage policy at
https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.mdPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested cfallin for a review on PR #14329.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #14329.
alexcrichton requested wasmtime-core-reviewers for a review on PR #14329.
:thumbs_up: cfallin submitted PR review:
Thanks!
cfallin added PR #14329 Don't register dead handlers on a try_call to the merge queue
:check: cfallin merged PR #14329.
cfallin removed PR #14329 Don't register dead handlers on a try_call from the merge queue
Last updated: Sep 20 2026 at 18:08 UTC