Stream: git-wasmtime

Topic: wasmtime / PR #4963 Remove `handling_trap` variable


view this post on Zulip Wasmtime GitHub notifications bot (Sep 26 2022 at 22:04):

alexcrichton opened PR #4963 from minor-cleanup to main:

This historically was used to guard against recursive faults but later refactorings have made this variable somewhat obsolete. The code that it still protects is not the "meat" of trap handling. Instead the jmp_buf_if_trap is changed to be more like "take" so once a "take" succeeds it won't be able to recursively call any more "meat".

Overall this shouldn't affect anything, it's just a small internal cleanup.

<!--

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 (Sep 26 2022 at 22:09):

alexcrichton requested fitzgen for a review on PR #4963.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 26 2022 at 22:11):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 26 2022 at 22:14):

alexcrichton has enabled auto merge for PR #4963.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 26 2022 at 22:41):

alexcrichton merged PR #4963.


Last updated: Oct 23 2024 at 20:03 UTC