Uh oh!
There was an error while loading. Please reload this page.
JIT: Remove the minopts policy against cctors - #90792
Conversation
ghost
commented
Aug 18, 2023
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.
|
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Aug 18, 2023
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. |
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