Skip to content
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

Expose DOTNET_JitNoInline in Release #101798

Merged
merged 2 commits into from
May 3, 2024

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented May 2, 2024

It can be used to improve quality of profiles (in case if it doesn't hide a problem one investigates) e.g. to profile lock contention and where exactly it's coming from since none of our profiling tools are able to properly show virtual inlinees.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 2, 2024
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@EgorBo
Copy link
Member Author

EgorBo commented May 2, 2024

PTAL @AndyAyersMS @dotnet/jit-contrib

@EgorBo EgorBo requested a review from AndyAyersMS May 2, 2024 19:14
@EgorBo EgorBo merged commit c754a25 into dotnet:main May 3, 2024
105 of 107 checks passed
@EgorBo EgorBo deleted the expose-jit-no-inline-release branch May 3, 2024 14:28
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants