Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Introduce System.Runtime.TieredPGO knob#71438

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
EgorBo merged 1 commit intodotnet:mainfromEgorBo:add-tieredpgo-switch
Jul 1, 2022

Conversation

EgorBo
Copy link
Member

@EgorBoEgorBo commentedJun 29, 2022
edited
Loading

Related SDK PR:dotnet/sdk#26350

The idea is to introduce a configuration switch similar toTieredCompilation to expose a config switch forTieredPGO. It's done because many of our first/third parties are interested in trying Dynamic PGO and currently it's only possible withDOTNET_TieredPGO=1 env. variable defined in the execution process.

With this PR and the related SDK change customers will be able to turn it on (it's off by default) via MSBUILD or JSON config just like TieredCompilation, e.g.:

<TieredPGO>true</TieredPGO>

@EgorBo
Copy link
MemberAuthor

Not sure who to ask for review,@AndyAyersMS ?

Copy link
Member

@AndyAyersMSAndyAyersMS left a comment

Choose a reason for hiding this comment

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

Looks good to me, but maybe somebody on the runtime side should sign off?

cc@mangod9

@EgorBoEgorBo merged commitf5a78eb intodotnet:mainJul 1, 2022
@AndyAyersMSAndyAyersMS mentioned this pull requestJul 8, 2022
10 tasks
@ghostghost locked asresolvedand limited conversation to collaboratorsAug 1, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@AndyAyersMSAndyAyersMSAndyAyersMS left review comments

@stephentoubstephentoubstephentoub approved these changes

Assignees

@EgorBoEgorBo

Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@EgorBo@stephentoub@AndyAyersMS

[8]ページ先頭

©2009-2025 Movatter.jp