-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Set Optimize in ILLink analyzer project #98727
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: @agocke, @sbomer, @vitek-karas Issue DetailsThis should unblock #91764, which is hitting while processing this deeply nested binary operation: runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/IcuLocaleData.cs Line 27 in 50c0153
I debugged this and found that
|
FYI, the default stack size on mac was bumped recently (this month) |
This should unblock #91764, which is hitting
InsufficientExecutionStackExceptionon mac:while processing this deeply nested binary operation:
runtime/src/libraries/System.Private.CoreLib/src/System/Globalization/IcuLocaleData.cs
Line 27 in 50c0153
I debugged this and found that
VisitBinaryOperatorhad an unusually large stack frame. The jit dump shows this is due to a bunch of temporary locals created for debugging purposes with unoptimized code: