Stream: git-wasmtime

Topic: wasmtime / PR #2653 More atomic ops


view this post on Zulip Wasmtime GitHub notifications bot (Feb 14 2021 at 10:43):

bjorn3 opened PR #2653 from more_atomic_ops to main:

These are necessary for cg_clif to use real atomic instructions.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 14 2021 at 10:45):

bjorn3 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 14 2021 at 10:45):

bjorn3 created PR Review Comment:

This could be optimized to just the xchg instruction without an cmpxchg loop, but that could be done at a later time.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 14 2021 at 10:46):

bjorn3 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 14 2021 at 10:46):

bjorn3 created PR Review Comment:

These could be optimized to lock xadd and neg + lock xadd respectively.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 16 2021 at 12:39):

bjorn3 edited PR #2653 from more_atomic_ops to main:

These are necessary for cg_clif to use real atomic instructions.

Fixes #2647

view this post on Zulip Wasmtime GitHub notifications bot (Feb 16 2021 at 16:15):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 18 2021 at 13:16):

bjorn3 updated PR #2653 from more_atomic_ops to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 18 2021 at 16:34):

cfallin merged PR #2653.


Last updated: Oct 23 2024 at 20:03 UTC