Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v15.3.0 proposal #36232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
v15.3.0 proposal #36232
Changes from 1 commit
85c85d3baa87c1d1baae359af9195c0ddbc8a6cabbbe220b219242550b405689c6be3ca81dc9a49649a4bf0550c500e70963494e44140f49d2c757a098a5b14b7ba118ae3ffe387d92f56f83e65729478841a2816a4cc43fbe210b122797e34aa0c80b7082263a138ee54108f3be5e8675707f46678897f7b2fce15500739405cdd6349b1deefc6aaed8af3acd33594e8a8513b17a83a0ff384b89da0c3eb9295b9ce9b0127f1bc0272fc797e7ddb10fcbb1cc19df17f9bbd353d623d8142cacda367c0d474664977b47df60874ba76b1863a8dab21d8fcf2ce48ec7015ff15524065b973bb54a7086f2ebb2950882f1cde8390f8ad6ea12e3691eccf0aed8c1a4d43ffcc38a12d249123ee556a4ab4a99a6ef92b4e3883ec23ee37a6a90af8a0c3b928d7101545ac1fbcbf1765698cc079b2ba648bf59b5fa35f68bbdbcc6d1b1c72fdf50942dfda80fbade3d16e8624a88c7363e7dc1File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Original commit message: [wasm][mac] Support w^x codespaces for Apple Silicon Apple's upcoming arm64 devices will prevent rwx access to memory, but in turn provide a new per-thread way to switch between write and execute permissions. This patch puts that system to use for the WebAssembly subsystem. The approach relies on CodeSpaceWriteScope objects for now. That isn't optimal for background threads (which could stay in "write" mode permanently instead of toggling), but its simplicity makes it a good first step. Background: https://developer.apple.com/documentation/apple_silicon/porting_just-in-time_compilers_to_apple_silicon Bug: chromium:1117591 Change-Id: I3b60f0efd34c0fed924dfc71ee2c7805801c5d42 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2378307 Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Thibaud Michaud <thibaudm@chromium.org> Cr-Commit-Position: refs/heads/master@{#69791} PR-URL: #35986 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing