Skip to content

Re-enable tiered JIT for 'dotnet build'#82350

Merged
jjonescz merged 6 commits into
dotnet:mainfrom
jjonescz:81704-jit-tier-core
Feb 14, 2026
Merged

Re-enable tiered JIT for 'dotnet build'#82350
jjonescz merged 6 commits into
dotnet:mainfrom
jjonescz:81704-jit-tier-core

Conversation

@jjonescz

@jjonescz jjonescz commented Feb 10, 2026

Copy link
Copy Markdown
Member

Resolves #81704.
Follow up on #80154.

FYI @jaredpar

@jjonescz jjonescz marked this pull request as ready for review February 10, 2026 15:26
@jjonescz jjonescz requested a review from a team as a code owner February 10, 2026 15:26
];
}

if (RuntimeHostInfo.ShouldDisableTieredCompilation)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to leave the window open for experimentation. Basically if the environment variable is set then take no action, just let it win.

@jjonescz jjonescz changed the title Re-enable tiered JIT for netcore compiler Re-enable tiered JIT for 'dotnet build' Feb 11, 2026
@jjonescz

Copy link
Copy Markdown
Member Author

/pr-val

@github-actions

github-actions Bot commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

View PR Validation Run triggered by @jjonescz

Parameters
  • Validation Type: pr-val
  • Pipeline ID: 8972
  • Pipeline Version: main
  • PR Number: 82350
  • Commit SHA: 6fec0c797b2b17123ed70b57f38d1920351e2a7b
  • Source Branch: 81704-jit-tier-core
  • Target Branch: main
  • Build ID: 13286963

https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/707712

-> all tests passing

@jjonescz jjonescz requested review from a team and jaredpar February 11, 2026 15:28
@jjonescz

jjonescz commented Feb 13, 2026

Copy link
Copy Markdown
Member Author

@jaredpar @dotnet/roslyn-compiler for reviews, thanks

@jaredpar

Copy link
Copy Markdown
Member

@RikkiGibson, @333fred PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slower build times with SDK 10 compared to 8

5 participants