Stream: git-wasmtime

Topic: wasmtime / PR #9629 Refactor Pulley's interpreter loop


view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 15:55):

alexcrichton requested abrown for a review on PR #9629.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 15:55):

alexcrichton requested wasmtime-default-reviewers for a review on PR #9629.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 15:55):

alexcrichton opened PR #9629 from alexcrichton:refactor-pulley-loop to bytecodealliance:main:

This is roughly intended to be perf-neutral but we don't have many automated benchmarks yet for Pulley so it's intended to profile later as well.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 16:11):

alexcrichton commented on PR #9629:

cc @fitzgen @Kmeakin

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 16:54):

abrown requested fitzgen for a review on PR #9629.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 16:55):

abrown commented on PR #9629:

@fitzgen, I'll leave this for you for when you get back as I assume you have stronger opinions on this level of changes.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 18:47):

github-actions[bot] commented on PR #9629:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "pulley"

Thus the following users have been cc'd because of the following labels:

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

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 21:22):

Kmeakin commented on PR #9629:

cc @fitzgen @Kmeakin

No objections from me

view this post on Zulip Wasmtime GitHub notifications bot (Nov 21 2024 at 02:00):

alexcrichton updated PR #9629.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 21 2024 at 02:00):

alexcrichton commented on PR #9629:

I've done a bit more refactoring here with the goal of modeling the interpreter as an implementation of OpVisitor and ExtendedOpVisitor. This should help improve error messages and type-checking for missing operations when new ones are added.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 21 2024 at 16:11):

alexcrichton commented on PR #9629:

I think that @fitzgen may be out for another week or so and I'm starting to accumulate other changes built on this, so @abrown would you be ok approving this from a "lgtm" point of view? Pulley is still under heavy development so it should be ok to break things/regress things temporarily and I'm happy to take responsibility for following-up on this with Nick when he's back.


Last updated: Nov 22 2024 at 17:03 UTC