Skip to content

winch: Correctly handle the result of memory grow#8156

Merged
alexcrichton merged 1 commit intobytecodealliance:mainfrom
saulecabrera:winch-handle-memory-grow
Mar 20, 2024
Merged

winch: Correctly handle the result of memory grow#8156
alexcrichton merged 1 commit intobytecodealliance:mainfrom
saulecabrera:winch-handle-memory-grow

Conversation

@saulecabrera
Copy link
Member

This commit correctly handles the result of the memory grow builtin function. Previously, it was assumed that the result of memory grow must be of the the target's pointer type, which doesn't accurately represent the address space covered by the memory type.

This commit correctly handles the  result of the memory grow builtin function. Previously, it was assumed that the result of memory grow must be of the the target's pointer type, which doesn't accurately represent the address space covered by the memory type.
@saulecabrera saulecabrera requested a review from a team as a code owner March 16, 2024 13:45
@saulecabrera saulecabrera requested review from elliottt and removed request for a team March 16, 2024 13:45
@github-actions github-actions bot added the winch Winch issues or pull requests label Mar 16, 2024
@github-actions
Copy link

Subscribe to Label Action

cc @saulecabrera

Details This issue or pull request has been labeled: "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 .github/subscribe-to-label.json configuration file.

Learn more.

saulecabrera added a commit to saulecabrera/wasmtime that referenced this pull request Mar 20, 2024
Closes: bytecodealliance#8089

This Winch unlocks support for the `memory64` proposal in Winch. After all the fixes to heap handling, all the spec and misc tests are passing, which is a good indication regarding the support for this proposal.

I'll like to merge this change after: bytecodealliance#8156.
saulecabrera added a commit to saulecabrera/wasmtime that referenced this pull request Mar 20, 2024
Closes: bytecodealliance#8089

This commit  unlocks support for the `memory64` proposal in Winch. After all the fixes to heap handling, all the spec and misc tests are passing, which is a good indication regarding the support for this proposal.

I'll like to merge this change after: bytecodealliance#8156.
@alexcrichton alexcrichton added this pull request to the merge queue Mar 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 20, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Mar 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 20, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Mar 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 20, 2024
@alexcrichton
Copy link
Member

Ok Mr GitHub I'll lay off for a bit

@alexcrichton alexcrichton added this pull request to the merge queue Mar 20, 2024
Merged via the queue into bytecodealliance:main with commit 8baee53 Mar 20, 2024
@saulecabrera saulecabrera deleted the winch-handle-memory-grow branch March 20, 2024 20:45
github-merge-queue bot pushed a commit that referenced this pull request Mar 20, 2024
Closes: #8089

This commit  unlocks support for the `memory64` proposal in Winch. After all the fixes to heap handling, all the spec and misc tests are passing, which is a good indication regarding the support for this proposal.

I'll like to merge this change after: #8156.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

winch Winch issues or pull requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants