Stream: git-wasmtime

Topic: wasmtime / Issue #1828 Remove mention of dead stores in c...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2020 at 13:51):

github-actions[bot] commented on Issue #1828:

Subscribe to Label Action

cc @bnjbvr

<details>
This issue or pull request has been labeled: "cranelift"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2020 at 14:19):

sunfishcode commented on Issue #1828:

The IR flag comment is talking about what's theoretically possible, and inst_predicates.rs is just what's currently implemented. notrap does still mean that it's possible to remove a store, if it can also be shown to be a dead store.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2020 at 14:36):

leoyvens commented on Issue #1828:

@sunfishcode Thanks for the response, that makes sense.


Last updated: Oct 23 2024 at 20:03 UTC