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

Crossgen2 composite GC stress pipeline #39949

Merged
merged 3 commits into from
Jul 29, 2020

Conversation

trylek
Copy link
Member

@trylek trylek commented Jul 27, 2020

/cc @dotnet/crossgen-contrib

I have a first reasonable run at

https://dev.azure.com/dnceng/public/_build/results?buildId=746207&view=results

after I fixed the CLRTest.Crossgen2.targets script to suppress the GC stress mode for the duration of Crossgen2 compilation, otherwise it seems to me that the "dotnet" command used to run Crossgen2 silently picks up the COMPlus variable and runs Crossgen2 itself in GC stress mode, causing impractical compilation times and work item timeouts left and right. The script modification hopefully also

Fixes: #39933

Thanks

Tomas

Copy link
Member

@BruceForstall BruceForstall left a comment

Choose a reason for hiding this comment

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

That LGTM.

However, if you're trying to run crossgen2 compiles without excessively slow stress modes, you might also want to save/restore COMPlus_HeapVerify, and maybe COMPlus_ReadyToRun. There are other things that also run slow, like COMPlus_JITMinOpts, but perhaps not enough to worry about it.

@trylek trylek merged commit 1f8e0a1 into dotnet:master Jul 29, 2020
@trylek trylek deleted the dev/trylek/CG2GCStressPipeline branch July 29, 2020 17:38
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: readytorun/multifolder/multifolder/multifolder.sh
4 participants