summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@users.noreply.github.com>2018-12-21 11:59:06 -0800
committerJan Kotas <jkotas@microsoft.com>2018-12-21 11:59:05 -0800
commita8ed07a5ee70f0864290f3e9870d53665c2aef4a (patch)
treec04b31ccfb62635d00a14c4481d418ba2ffd0e05 /Documentation
parentcc68e4af8388c7b85984d1fc769e90ddba14f3e5 (diff)
downloadcoreclr-a8ed07a5ee70f0864290f3e9870d53665c2aef4a.tar.gz
coreclr-a8ed07a5ee70f0864290f3e9870d53665c2aef4a.tar.bz2
coreclr-a8ed07a5ee70f0864290f3e9870d53665c2aef4a.zip
Update tiering guide to reference the new TieredCompilation label (#21618)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/design-docs/tiered-compilation-guide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/design-docs/tiered-compilation-guide.md b/Documentation/design-docs/tiered-compilation-guide.md
index 60221c8f43..0c73a363dd 100644
--- a/Documentation/design-docs/tiered-compilation-guide.md
+++ b/Documentation/design-docs/tiered-compilation-guide.md
@@ -38,15 +38,15 @@ Tiered compilation is enabled by default from .NET Core 2.2 preview 2 and in 3.0
# Known issues
- There is a known issue with benchmarks written in a simple way (single method with loop), which may run slower with tiered compilation. See the [cold method with hot loops issue](https://github.com/dotnet/coreclr/issues/19751) for information on how to identify the issue and some options for working around it.
-- See other known issues in this [known issues query](https://github.com/dotnet/coreclr/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Aarea-CodeVersioning)
+- See known [tiered compilation issues](https://github.com/dotnet/coreclr/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Aarea-TieredCompilation)
# Providing feedback
- Mention [@noahfalk](https://github.com/noahfalk) and [@kouvel](https://github.com/kouvel) in your feedback
- Share your experiences by posting on the [2.2 issue](https://github.com/dotnet/coreclr/issues/18973)
- For issues:
- - Check existing [area-CodeVersioning issues in the CoreCLR repo](https://github.com/dotnet/coreclr/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Aarea-CodeVersioning+), some may have guidance on how to identify and work around the issue
- - File a new issue in the [CoreCLR repo](https://github.com/dotnet/coreclr) with the `area-CodeVersioning` label
+ - Check existing issues in the CoreCLR repo (see known issues above), some may have guidance on how to identify and work around the issue
+ - File a new issue in the [CoreCLR repo](https://github.com/dotnet/coreclr) with the `area-TieredCompilation` label
- Tiered compilation may be disabled using the instructions in the "Using Tiered Compilation" section above, just flip the value from 1 to 0 or true to false as appropriate
# Other links