Stream: git-wasmtime

Topic: wasmtime / PR #5856 cranelift: Add atomic_rmw to interpre...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 22 2023 at 21:03):

jan-justin opened PR #5856 from cranelift_atomic_rmw to main:

This PR adds the atomic_rmw implementation to the interpreter in accordance with issue #5817 and ensures that the relevant filetest passes.

<!--

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 (Feb 22 2023 at 21:21):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 22 2023 at 21:21):

jameysharp created PR review comment:

Comparing this to the AtomicLoad and AtomicStore cases immediately afterward, I think this block can use the assign_or_memtrap helper. The similar block around the load above is harder since it doesn't necessarily return early.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 22 2023 at 21:21):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 08:32):

jan-justin updated PR #5856 from cranelift_atomic_rmw to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 10:24):

afonso360 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 23 2023 at 11:02):

afonso360 merged PR #5856.


Last updated: Oct 23 2024 at 20:03 UTC