Extract wasm string-ctor thunk selection and prestub native-helper fallback from next-blocker-spc#131121
Merged
Merged
Conversation
Co-authored-by: davidwrighton <10779849+davidwrighton@users.noreply.github.com>
Co-authored-by: davidwrighton <10779849+davidwrighton@users.noreply.github.com>
Copilot
AI
changed the title
Extract GetCookieForCalliSig and prestub fixes from next-blocker-spc
Extract wasm string-ctor thunk selection and prestub native-helper fallback from next-blocker-spc
Jul 21, 2026
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot created this pull request from a session on behalf of
davidwrighton
July 21, 2026 00:41
View session
Contributor
|
Tagging subscribers to this area: @JulieLeeMSFT, @BrzVlad, @janvorli |
Open
3 tasks
davidwrighton
marked this pull request as ready for review
July 21, 2026 17:46
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
AndyAyersMS
approved these changes
Jul 21, 2026
Member
|
/ba-g This change does not affect the iOS build in any way. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Extracts the requested subset from
main...AndyAyersMS:runtime:next-blocker-spc: theGetCookieForCalliSigstring-constructor handling and theprestub.cppmanaged-FCall helper entrypoint fix. This narrows the PR to the two runtime paths needed to unblock wasm mixed interpreter/R2R dispatch.src/coreclr/vm/wasm/helpers.cpp—GetCookieForCalliSigReadOnlySpan<char>constructor handling.src/coreclr/vm/prestub.cpp— managed FCall helper publication