-
Notifications
You must be signed in to change notification settings - Fork 5.2k
JIT: Remove the minopts policy against cctors #90792
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
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsIntroduce a switch to enable optimizations for cctors. The plan is to leverage this switch to measure startup performance of some real-world applications, so I would like to ship this switch in net8.0.
|
997cb36 to
bfeb318
Compare
bfeb318 to
23e902e
Compare
You can build your clrjit.dll with this change, replace it in your .NET 8 setup and measure it that way. This change does not meet the bar for .NET 8 backport. |
e4f6030 to
81f004f
Compare
81f004f to
880371b
Compare
|
I needed opts in CCTORs for my prototype that replaces allocators with frozen allocators but I guess doing that in R2R only is fine. |
Removed the obsoleted policy.
/cc:@EgorBo