-
-
Couldn't load subscription status.
- Fork 33.6k
deps: V8: cherry-pick 72b0e27bd936432d4998e4d1762e7a8fe6d347f5 #60276
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
base: main
Are you sure you want to change the base?
deps: V8: cherry-pick 72b0e27bd936432d4998e4d1762e7a8fe6d347f5 #60276
Conversation
Original commit message:
[regexp] Fix modifiers for ChoiceNodes
Each alternative might modify flags when their sub-graph is emitted.
We need to restore flags to the value at the beginning of a ChoiceNode
for each alternative.
Drive-by: Move regexp-modifiers test out of harmony/
Fixed: 447583670
Change-Id: I9f41e51f34df7659461da0a4fcd28b7e157f52e1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6995181
Reviewed-by: Jakob Linke <[email protected]>
Commit-Queue: Patrick Thier <[email protected]>
Cr-Commit-Position: refs/heads/main@{#102838}
|
Review requested:
|
Is it backportable? If not, this won't really fix, #60030 which was reported on v24.x |
I believe so. The unmergability stems from v8/v8@df20105, but I think the commit should still be standalone if the diffs are applied manually. |
|
Would be nice to have it merged 🙄 |
Refs: v8/v8@72b0e27
Fixes: #60030
Doesn't land on v24.x and earlier.