Expose option to disable tier 0 JIT for configuring from a project file#2925
Merged
nguerrera merged 1 commit intodotnet:masterfrom Feb 11, 2019
kouvel:DisableTier0JitSdk
Merged
Expose option to disable tier 0 JIT for configuring from a project file#2925nguerrera merged 1 commit intodotnet:masterfrom kouvel:DisableTier0JitSdk
nguerrera merged 1 commit intodotnet:masterfrom
kouvel:DisableTier0JitSdk
Conversation
- For scenarios that don't mind giving up some startup time (but not too much), it may be a reasonable option when it is desirable to avoid spending two JIT cycles on methods - I'd like to use this mode as the default for microbenchmarks in the performance repo and the most convenient way of doing so would be to have a way to specify it in a project file. It serves as a soft workaround to https://github.com/dotnet/coreclr/issues/19751 while still allowing perf improvements from tiering to show when R2R is being used, in benchmarks that could help to get more representative numbers.
Contributor
Author
noahfalk
approved these changes
Feb 9, 2019
nguerrera
approved these changes
Feb 11, 2019
Contributor
|
Do you want this in 3.0 Preview 3? If so, retarget to release/3.0.1xx branch. |
Contributor
Author
|
Thanks, it's not necessary to be in 3.0 preview 3 |
dsplaisted
pushed a commit
to dsplaisted/sdk
that referenced
this pull request
Feb 19, 2020
….3 (dotnet#2925) - Microsoft.NET.Sdk - 3.0.100-rc2.19467.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dotnet run. It serves as a soft workaround to https://github.com/dotnet/coreclr/issues/19751 while still allowing perf improvements from tiering to show when R2R is being used, in benchmarks that could help to get more representative numbers.