Stream: git-cranelift

Topic: cranelift / PR #1323 Require the `Send` trait for `Target...


view this post on Zulip GitHub (Jan 08 2020 at 17:12):

alexcrichton opened PR #1323 from target-isa-send to master:

The TargetIsa trait already requires that the implementor is Sync to
be shared across threads, and this commit adds in an additional
restriction of Send to ensure that the type can be sent-by-value
across threads as well.

This is part of an effort to make various data structures in wasmtime
sendable/shareable across threads.

view this post on Zulip GitHub (Jan 08 2020 at 17:12):

alexcrichton requested bnjbvr for a review on PR #1323.

view this post on Zulip GitHub (Jan 08 2020 at 18:07):

bnjbvr submitted PR Review.

view this post on Zulip GitHub (Jan 08 2020 at 18:07):

bnjbvr merged PR #1323.


Last updated: Nov 22 2024 at 16:03 UTC