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
VMContext
s. 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:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
fitzgen requested cfallin for a review on PR #10307.
fitzgen requested wasmtime-compiler-reviewers for a review on PR #10307.
fitzgen requested pchickey for a review on PR #10307.
fitzgen requested wasmtime-core-reviewers for a review on PR #10307.
cfallin submitted PR review.
fitzgen updated PR #10307.
fitzgen has enabled auto merge for PR #10307.
fitzgen updated PR #10307.
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:
- saulecabrera: winch
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
fitzgen updated PR #10307.
alexcrichton merged PR #10307.
Last updated: Apr 18 2025 at 09:03 UTC