Skip to content

Fix config names for CallCountThreshold and CallCountingDelayMs - #90799

Merged
EgorBo merged 1 commit into
dotnet:mainfrom
EgorBo:fix-names-tc-vars
Aug 19, 2023
Merged

Fix config names for CallCountThreshold and CallCountingDelayMs#90799
EgorBo merged 1 commit into
dotnet:mainfrom
EgorBo:fix-names-tc-vars

Conversation

@EgorBo

Copy link
Copy Markdown
Member

I was preparing a PR to dotnet/sdk to surface these and noticed that these names are inconsistent with other tiered compilation settings, namely, https://github.com/dotnet/sdk/blob/62d3e897cce38a3df8d0ff4eb489a3f2e16f6dce/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets#L604-L611. Turns out we already have System.Runtime.TieredCompilation.* and we don't use TC_ for it.

PTAL @mangod9

@ghostghost assigned EgorBoAug 18, 2023
@ghostghost added the area-VM-coreclr label Aug 18, 2023
@EgorBo
EgorBo merged commit 2efa42b into dotnet:mainAug 19, 2023
@EgorBo

Copy link
Copy Markdown
MemberAuthor

/backport to release/8.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5910325322

@ghostghost locked as resolved and limited conversation to collaborators Sep 18, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@EgorBo@mangod9