Stream: git-wasmtime

Topic: wasmtime / PR #8962 Clear stack map data structures upon ...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2024 at 23:22):

fitzgen opened PR #8962 from fitzgen:clear-stack-map-data-in-frontend-context to bytecodealliance:main:

We were previously failing to clear self.stack_map_vars and self.stack_map_values. Clearing self.dfs is not strictly necessary, since calling self.dfs.iter() internally clears its internal data before iteration begins, but its nice to tidy up anyways. Additionally, match on all the fields of self so that if we add more, we get compiler errors to remind us to clear the new fields as well.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2024 at 23:22):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #8962.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2024 at 23:22):

fitzgen requested elliottt for a review on PR #8962.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2024 at 00:31):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 16 2024 at 01:40):

fitzgen merged PR #8962.


Last updated: Oct 23 2024 at 20:03 UTC