Skip to content

JIT: tolerate schema mismatches in partial compilation with pgo#66105

Merged
AndyAyersMS merged 1 commit intodotnet:mainfrom
AndyAyersMS:Fix65992
Mar 3, 2022
Merged

JIT: tolerate schema mismatches in partial compilation with pgo#66105
AndyAyersMS merged 1 commit intodotnet:mainfrom
AndyAyersMS:Fix65992

Conversation

@AndyAyersMS
Copy link
Member

Cleanup properly if we fail to instrument because of a schema allocation
failure. This fixes #65992.

More work is needed to ensure schema allocation does not fail. This
is tracked by #66101.

Cleanup properly if we fail to instrument because of a schema allocation
failure. This fixes dotnet#65992.

More work is needed to ensure schema allocation does not fail. This
is tracked by dotnet#66101.
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Mar 2, 2022
@ghost ghost assigned AndyAyersMS Mar 2, 2022
@ghost
Copy link

ghost commented Mar 2, 2022

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

Cleanup properly if we fail to instrument because of a schema allocation
failure. This fixes #65992.

More work is needed to ensure schema allocation does not fail. This
is tracked by #66101.

Author: AndyAyersMS
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS
Copy link
Member Author

@kunalspathak PTAL
cc @dotnet/jit-contrib

(not adding tests yet, as partial comp + pgo is still a work in progress).

Copy link
Contributor

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

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

LGTM

@AndyAyersMS
Copy link
Member Author

Libraries failures are known issue, this change only impacts partial compilation. So will merge as is.

@AndyAyersMS AndyAyersMS merged commit 48b6648 into dotnet:main Mar 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 2, 2022
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

Development

Successfully merging this pull request may close these issues.

Assertion failed 'm_fgBBcount == m_compiler->fgBBcount' during 'Profile instrumentation'

2 participants