-
Notifications
You must be signed in to change notification settings - Fork 5.3k
SPMI: Update superpmi-diffs queue to OSX.15.Arm64.Open #123840
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
SPMI: Update superpmi-diffs queue to OSX.15.Arm64.Open #123840
Conversation
This queue has higher capacity than osx.14.arm64.open
|
Tagging subscribers to this area: @JulieLeeMSFT, @dotnet/jit-contrib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the SPMI superpmi-diffs Helix queue to use a higher-capacity macOS 15 ARM64 queue and performs a small cleanup in the JIT importer. The changes are minimal and localized to queue configuration and a harmless reordering of field assignments.
Changes:
- Reordered the initialization of
tokenScopeandtokenContextinCompiler::impResolveTokenfor clearer grouping/alignment. - Switched the public
superpmi-diffsHelix queue fromOSX.14.Arm64.OpentoOSX.15.Arm64.Open.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/coreclr/jit/importer.cpp |
Reordered tokenScope and tokenContext assignments in impResolveToken without changing behavior. |
eng/pipelines/coreclr/templates/helix-queues-setup.yml |
Updated the public superpmi-diffs Helix queue to OSX.15.Arm64.Open to use a higher-capacity macOS 15 ARM64 queue. |
This reverts commit 8ec621a.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
This queue has higher capacity than OSX.14.Arm64.Open.