Stream: git-wasmtime

Topic: wasmtime / PR #10307 Rename `VMRuntimeLimits` to `VMStore...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2025 at 23:38):

fitzgen opened PR #10307 from fitzgen:rename-runtime-limits to bytecodealliance:main:

Way back in time, this struct originally contained the stack and fuel limits. Then it also got the epoch deadline. Then it also got the exit FP/PC and entry FP. Now it is just the place where we put per-store mutable data that is accessed by JIT code and must be shared between all VMContexts. So it is time to rename it.

This commit is purely mechanical and just renames the type and various methods and variables that use/access it.

<!--
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 (Feb 27 2025 at 23:38):

fitzgen requested cfallin for a review on PR #10307.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2025 at 23:38):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #10307.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2025 at 23:38):

fitzgen requested pchickey for a review on PR #10307.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2025 at 23:38):

fitzgen requested wasmtime-core-reviewers for a review on PR #10307.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2025 at 23:47):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2025 at 00:00):

fitzgen updated PR #10307.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2025 at 00:00):

fitzgen has enabled auto merge for PR #10307.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2025 at 00:00):

fitzgen updated PR #10307.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2025 at 02:11):

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

Subscribe to Label Action

cc @saulecabrera

<details>
This issue or pull request has been labeled: "wasmtime:api", "winch"

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 (Feb 28 2025 at 17:14):

fitzgen updated PR #10307.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2025 at 19:13):

alexcrichton merged PR #10307.


Last updated: Apr 18 2025 at 09:03 UTC