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

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

Merged
merged 1 commit into from
Mar 3, 2022

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.
@dotnet-issue-labeler dotnet-issue-labeler bot 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
Member

@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