-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Enable the latest managed pgo data #49793
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f4098a1
6ff02cb
2e1ff05
21bea46
3cb2273
e0a8113
642c85b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |
| <!-- Opt-in/out repo features --> | ||
| <UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers> | ||
| <UsingToolMicrosoftNetILLinkTasks>true</UsingToolMicrosoftNetILLinkTasks> | ||
| <UsingToolIbcOptimization>true</UsingToolIbcOptimization> | ||
| <UsingToolIbcOptimization>false</UsingToolIbcOptimization> | ||
| <UsingToolXliff>false</UsingToolXliff> | ||
| <!-- | ||
| The NETStandard.Library targeting pack uses this patch version, which does not match the | ||
|
|
@@ -116,6 +116,9 @@ | |
| <SystemSecurityCryptographyX509CertificatesTestDataVersion>5.0.0-beta.21159.1</SystemSecurityCryptographyX509CertificatesTestDataVersion> | ||
| <SystemWindowsExtensionsTestDataVersion>5.0.0-beta.21159.1</SystemWindowsExtensionsTestDataVersion> | ||
| <!-- dotnet-optimization dependencies --> | ||
| <optimizationwindows_ntx64MIBCRuntimeVersion>99.99.99-master-20210317.2</optimizationwindows_ntx64MIBCRuntimeVersion> | ||
| <optimizationwindows_ntx86MIBCRuntimeVersion>99.99.99-master-20210317.2</optimizationwindows_ntx86MIBCRuntimeVersion> | ||
| <optimizationlinuxx64MIBCRuntimeVersion>99.99.99-master-20210317.2</optimizationlinuxx64MIBCRuntimeVersion> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is nuget package "optimization.MIBC.Runtime.99.99.99-master-20210317.2.nupkg" needed anywhere?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ideally the complex logic that is used to choose which one of these applies to a given platform will change to use the non-arch specific nuget package, but for now I just made it work without it. |
||
| <optimizationwindows_ntx64IBCCoreFxVersion>99.99.99-master-20200806.6</optimizationwindows_ntx64IBCCoreFxVersion> | ||
| <optimizationlinuxx64IBCCoreFxVersion>99.99.99-master-20200806.6</optimizationlinuxx64IBCCoreFxVersion> | ||
| <optimizationwindows_ntx64IBCCoreCLRVersion>99.99.99-master-20200806.6</optimizationwindows_ntx64IBCCoreCLRVersion> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.