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
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.
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.
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>
- @peterhuene
</details>
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
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.
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.
pepyakin commented on Issue #1227:
I am going to close this for the time being.
Last updated: Nov 22 2024 at 16:03 UTC