Skip to content

JIT: let instrumentor decide which blocks to process#47597

Merged
AndyAyersMS merged 1 commit into
dotnet:masterfrom
AndyAyersMS:InstrumentorControlsWhatBlocksAreProcessed
Jan 29, 2021
Merged

JIT: let instrumentor decide which blocks to process#47597
AndyAyersMS merged 1 commit into
dotnet:masterfrom
AndyAyersMS:InstrumentorControlsWhatBlocksAreProcessed

Conversation

@AndyAyersMS

Copy link
Copy Markdown
Member

Forthcoming edge-based instrumentation will need to handle some BBF_INTERNAL
blocks, so update main processing logic to accomodate this.

Also have fgInstrument return proper phase status, so we get after-phase
dumping if any instrumentation is added.

Forthcoming edge-based instrumentation will need to handle some BBF_INTERNAL
blocks, so update main processing logic to accomodate this.

Also have `fgInstrument` return proper phase status, so we get after-phase
dumping if any instrumentation is added.
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jan 28, 2021
@AndyAyersMS

Copy link
Copy Markdown
Member Author

cc @dotnet/jit-contrib -- one "last" refactoring before layering on sparse edge profiling (#46882).

@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

@AndyAyersMS

Copy link
Copy Markdown
Member Author

/azp run runtime-jit-experimental

@azure-pipelines

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

@AndyAyersMS

Copy link
Copy Markdown
Member Author

As with other recent PGO PRs, no unexpected failures in the "jit-experimental" runs.

@AndyAyersMS
AndyAyersMS merged commit 42bc286 into dotnet:master Jan 29, 2021
@AndyAyersMS
AndyAyersMS deleted the InstrumentorControlsWhatBlocksAreProcessed branch January 29, 2021 01:24
@AndyAyersMS AndyAyersMS mentioned this pull request Feb 6, 2021
54 tasks
@ghost ghost locked as resolved and limited conversation to collaborators Feb 28, 2021
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.

2 participants