peterhuene commented on Issue #2842:
@alexcrichton Hopefully this didn't step on the work you were in the middle of for the feedback on #2820 (:fingers_crossed: that you hadn't started work on it before going on vacation). As I needed to refactor
StoreFrameInfo
into a more general "module registry" for the signature registry changes anyway, it was pretty simple to removeStackMapRegistry
entirely at that point.
peterhuene edited a comment on Issue #2842:
@alexcrichton Hopefully this didn't step on the work you were in the middle of for the feedback on #2820 (:fingers_crossed: that you hadn't started work on it before going on vacation). As I needed to refactor
StoreFrameInfo
into a more general "module registry" for the signature registry changes anyway, it was pretty simple to removeStackMapRegistry
entirely at that point.
github-actions[bot] commented on Issue #2842:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
peterhuene commented on Issue #2842:
That push of the latest commit broke the build in a really strange way (as if the CI wasn't building all the changes) :oh_no:.
peterhuene edited a comment on Issue #2842:
That push of the latest commit broke the build in a really strange way (as if the CI wasn't building all the changes) :oh_no:.
Oh, upstream just added a new call to initialize trap handling, noticed it on a rebase. Will fix.
peterhuene edited a comment on Issue #2842:
That push of the latest commit broke the build in a really strange way (as if the CI wasn't building all the changes) :oh_no:.
Oh, upstream just added a new call to initialize trap handling, noticed it on a rebase (weird that GitHub is reporting no merge conflicts though). Will fix.
peterhuene edited a comment on Issue #2842:
That push of the latest commit broke the build in a really strange way (as if the CI wasn't building all the changes) :oh_no:.
Oh, upstream just added a new call to initialize trap handling, noticed it on a rebase (weird that GitHub is reporting no merge conflicts though as I had one on the rebase). Will fix.
peterhuene commented on Issue #2842:
Wouldn't the two-stage lookup suffer the same problem as we're borrowing from an interior reference of a
RefCell
_optionally_, regardless of returning the module to look up the stack map for or the stack map itself?
peterhuene commented on Issue #2842:
Oh I guess if it's
Arc
that's fine (no more borrow); I see how to implement this, so I'll make that change.
peterhuene commented on Issue #2842:
@alexcrichton all feedback should now be addressed.
Last updated: Nov 22 2024 at 16:03 UTC