Stream: git-wasmtime

Topic: wasmtime / PR #2564 machinst lowering: update inst color ...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 09 2021 at 01:32):

cfallin opened PR #2564 from load-coalesce-bug to main:

A branch is considered side-effecting and so updates the instruction
color (which is our way of computing how far instructions can sink).
However, in the lowering loop, we did not update current instruction
color when scanning backward across branches, which are side-effecting.
As a result, the color was stale and fewer load-op merges were permitted
than are actually possible.

Note that this would not have resulted in any correctness issues, as the
stale color is too high (so no merges are permitted that should have
been disallowed).

Fixes #2562.

<!--

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 (Jan 09 2021 at 01:32):

cfallin requested abrown for a review on PR #2564.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2021 at 18:18):

abrown submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2021 at 18:18):

abrown submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2021 at 18:18):

abrown created PR Review Comment:

doc suggestion: it might be useful to tell the reader where to look for branch lowering. It doesn't need to be too specific to be robust against refactoring but I could use a helpful hint to get me looking in the right place.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2021 at 19:20):

cfallin updated PR #2564 from load-coalesce-bug to main:

A branch is considered side-effecting and so updates the instruction
color (which is our way of computing how far instructions can sink).
However, in the lowering loop, we did not update current instruction
color when scanning backward across branches, which are side-effecting.
As a result, the color was stale and fewer load-op merges were permitted
than are actually possible.

Note that this would not have resulted in any correctness issues, as the
stale color is too high (so no merges are permitted that should have
been disallowed).

Fixes #2562.

<!--

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 (Jan 11 2021 at 19:20):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2021 at 19:20):

cfallin created PR Review Comment:

Updated, thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Jan 11 2021 at 20:06):

cfallin merged PR #2564.


Last updated: Oct 23 2024 at 20:03 UTC