Skip to content

Port JIT fix to Preview 8: ensure fgFirstBB has appropriate flags - #40086

Merged
danmoseley merged 1 commit into
dotnet:release/5.0-preview8from
AndyAyersMS:release/5.0-preview8
Jul 30, 2020
Merged

Port JIT fix to Preview 8: ensure fgFirstBB has appropriate flags#40086
danmoseley merged 1 commit into
dotnet:release/5.0-preview8from
AndyAyersMS:release/5.0-preview8

Conversation

@AndyAyersMS

Copy link
Copy Markdown
Member

Port of #40038 to Preview 8.

Fix#39023

Release jits might sometimes generate bad GC info.

Mysterious intermittent crashes. Without this fix jit GC
info generation for some methods is non-deterministically bad.

Yes, problem does not occur in 3.1.

Very low.

Port of dotnet#40038 to Preview 8.
Fixdotnet#39023
Release jits might sometimes generate bad GC info.
Mysterious intermittent crashes. Without this fix jit GC
info generation for some methods is non-deterministically bad.
Yes, problem does not occur in 3.1.
Very low.
@Dotnet-GitSync-BotDotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 29, 2020
@danmoseley

Copy link
Copy Markdown
Contributor

was approved

@danmoseley
danmoseley merged commit c265c60 into dotnet:release/5.0-preview8Jul 30, 2020
@ghostghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@AndyAyersMS@danmoseley@BruceForstall@agocke@Dotnet-GitSync-Bot