Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 18c1434

Browse files
authored
Add runtimeconfig.json support for tiered compilation (#17839)
1 parent 4875c6e commit 18c1434

File tree

3 files changed

+52
-138
lines changed

3 files changed

+52
-138
lines changed

Documentation/project-docs/clr-configuration-knobs.csx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ public static class ConfigKnobsDoc
342342
"`System.GC.Concurrent` | Enable concurrent GC | boolean\n" +
343343
"`System.GC.Server` | Enable server GC | boolean\n" +
344344
"`System.GC.RetainVM` | Put segments that should be deleted on a standby list for future use instead of releasing them back to the OS | boolean\n" +
345+
"`System.Runtime.TieredCompilation` | Enable tiered compilation | boolean\n" +
345346
"`System.Threading.ThreadPool.MinThreads` | Override MinThreads for the ThreadPool worker pool | numeric\n" +
346347
"`System.Threading.ThreadPool.MaxThreads` | Override MaxThreads for the ThreadPool worker pool | numeric\n\n\n";
347348

0 commit comments

Comments
 (0)