Skip to content

JIT: fix finally target flags after some flow graph updates - #82623

Merged
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:Fix82275
Feb 25, 2023
Merged

JIT: fix finally target flags after some flow graph updates#82623
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:Fix82275

Conversation

@AndyAyersMS

Copy link
Copy Markdown
Member

In particular those done by profile instrumentation.

Fixes #82275.

In particular those done by profile instrumentation.

Fixes dotnet#82275.
@ghost ghost assigned AndyAyersMS Feb 24, 2023
@AndyAyersMS

Copy link
Copy Markdown
Member Author

@BruceForstall PTAL
cc @dotnet/jit-contrib

May not catch all cases but presumably we're ok with existing edits and these are new cases arising from instrumentation.

Am sorely tempted to just remove the need for this flag.

@BruceForstall BruceForstall left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Am sorely tempted to just remove the need for this flag.

That would be nice.

@AndyAyersMS

Copy link
Copy Markdown
Member Author

/azp run runtime-coreclr libraries-pgo

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@AndyAyersMS
AndyAyersMS merged commit aec37df into dotnet:main Feb 25, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assertion failed 'block->bbNext->bbJumpDest->bbFlags & BBF_FINALLY_TARGET'

2 participants