Skip to content
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

Add variable lifetime update for GT_STOREIND for arm/arm64 #46059

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

BruceForstall
Copy link
Member

Fix #45557 for arm/arm64

Fixes #46023

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Dec 15, 2020
@BruceForstall
Copy link
Member Author

/azp list

@BruceForstall
Copy link
Member Author

/azp run runtime-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@BruceForstall
Copy link
Member Author

gcstress failures are 2 timeouts in Linux arm, and 2 failures of #45090

@BruceForstall
Copy link
Member Author

@sandreenko @dotnet/jit-contrib PTAL

@BruceForstall
Copy link
Member Author

asm diffs for arm64 are essentially the same as for xarch in #45557; extended GC lifetimes where previously they were cut short.

Copy link
Member

@AndyAyersMS AndyAyersMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should port this to 5.0 as well.

@BruceForstall
Copy link
Member Author

I verified that the Linux arm libraries crossgen SPMI asm diffs show the same pattern of fixes: adding stack slots to the tracked GC refs set for a short range.

@BruceForstall BruceForstall merged commit 3b070ca into dotnet:master Dec 18, 2020
@BruceForstall BruceForstall deleted the Fix45557arm branch December 18, 2020 00:36
BruceForstall added a commit to BruceForstall/runtime that referenced this pull request Dec 18, 2020
Anipik pushed a commit that referenced this pull request Jan 14, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jan 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
3 participants