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

New event to track memory allocation for JIT code #44030

Merged
merged 5 commits into from
Nov 10, 2020

Conversation

kunalspathak
Copy link
Member

Add new event MethodJitMemoryAllocatedForCode that is fired to track the memory allocation size requested by JIT from VM.

Corresponding changes to display the values in PerfView is in microsoft/perfview#1289

This is needed to measure the impact of code alignment that will be done as part of #43227

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 29, 2020
@kunalspathak
Copy link
Member Author

@dotnet/jit-contrib

src/coreclr/src/vm/jitinterface.cpp Outdated Show resolved Hide resolved
@kunalspathak kunalspathak merged commit e4ded7b into dotnet:master Nov 10, 2020
@kunalspathak kunalspathak deleted the allocSize branch November 10, 2020 03:27
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
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.

4 participants