Uh oh!
There was an error while loading. Please reload this page.
JIT: properly update trees in optOptimizeBoolsGcStress - #75992
Conversation
Under jit stress, `optOptimizeBoolsGcStress` will modify trees. Since this now happens in a phase that runs after `fgSetBlockOrder`, it must also recost and rethread the trees. Fixesdotnet#75944.
ghost
commented
Sep 21, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsUnder jit stress, Fixes #75944.
|
AndyAyersMS
commented
Sep 21, 2022
@jakobbotsch PTAL |
AndyAyersMS
commented
Sep 21, 2022
/azp run runtime-coreclr jitstress |
|
Azure Pipelines successfully started running 1 pipeline(s). |
AndyAyersMS
commented
Sep 22, 2022
Still seeing some failures so will need to revise this. |
AndyAyersMS
commented
Sep 22, 2022
We are ending up with out of order threading, despite calling |
AndyAyersMS
commented
Sep 22, 2022
Not the first time I've been surprised by |
AndyAyersMS
commented
Sep 22, 2022
/azp run runtime-coreclr jitstress |
|
Azure Pipelines successfully started running 1 pipeline(s). |
AndyAyersMS
commented
Sep 22, 2022
Another segfault from msbuild during restore: |
AndyAyersMS
commented
Sep 22, 2022
Arm64 SPMI is lack of MCH, perhaps I'm too close to a GUID update or collections are broken? |
AndyAyersMS
commented
Sep 22, 2022
x86 failure is in |
AndyAyersMS
commented
Sep 22, 2022
More critical finalizer failures in the jitstress legs. So far, no other failures there. |
Under jit stress,
optOptimizeBoolsGcStresswill modify trees. Since this now happens in a phase that runs afterfgSetBlockOrder, it must also recost and rethread the trees.Fixes#75944.