Stream: git-wasmtime

Topic: wasmtime / Issue #1227 Thread-safe compilation API


view this post on Zulip Wasmtime GitHub notifications bot (Mar 05 2020 at 17:29):

arkpar commented on Issue #1227:

This PR mostly addresses the use case of compiling once and then executing compiled code in multiple threads, which is arguably more important than parallel compilation. And it achieves this with relatively small changeset, which should not interfere with refactoring towards full-blown parallel API later. If this may still be accepted, @pepyakin Is going to take over this PR, addressing issues with AtomicPtr, safe wrapping *const [VMFunctionBody] and merging with #957

view this post on Zulip Wasmtime GitHub notifications bot (Mar 12 2020 at 17:11):

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

Subscribe to Label Action

This issue or pull request has been labeled: "w", "a", "s", "m", "t", "i", "e", ":", "p"

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

Learn more.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 12 2020 at 17:17):

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

Subscribe to Label Action

This issue or pull request has been labeled: "w", "a", "s", "m", "t", "i", "e", ":", "p"

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

Learn more.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 12 2020 at 21:31):

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

Subscribe to Label Action

This issue or pull request has been labeled: "wasmtime:api"

<details> <summary>Users Subscribed to "wasmtime:api"</summary>

</details>

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

Learn more.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2020 at 00:10):

fitzgen deleted a comment on Issue #1227:

Subscribe to Label Action

This issue or pull request has been labeled: "w", "a", "s", "m", "t", "i", "e", ":", "p"

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

Learn more.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 13 2020 at 00:10):

fitzgen deleted a comment on Issue #1227:

Subscribe to Label Action

This issue or pull request has been labeled: "w", "a", "s", "m", "t", "i", "e", ":", "p"

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

Learn more.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 16 2020 at 15:03):

pepyakin commented on Issue #1227:

I am going to close this for the time being.


Last updated: Nov 22 2024 at 16:03 UTC