dotnet / dotnet/roslyn

Evaluate disabling Tiered Compilation in Roslyn ServiceHub process

Open
#81,016 0 comments 0 reactions 1 assignee View on GitHub

@chsienki is already working on this.

Since Dec 11, 2025.

Area-IDE
Dominant language
C#
Stars
20.7k
Forks
4.3k
PR merge metrics
PR metrics pending

Description

Recent performance investigations indicate that Tiered Compilation (TC) may be negatively impacting throughput for Roslyn ServiceHub scenarios. While TC reduces JIT CPU time in some cases, data from VS perf gates and ETW traces suggest significant CPU overhead during startup and build operations when TC is enabled.

Compiler process showed net improvement after disabling TC, suggesting similar benefits might apply to Roslyn ServiceHub. https://github.com/dotnet/roslyn/commit/589146c82dc01a0e5e3a997246e8fb57e571beea

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.