-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Improve inlining of boxed values #3587
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
base: master
Are you sure you want to change the base?
Conversation
|
|
Or maybe we don't need the type comparison at all -- if it's OK to ignore the heap-allocation and heap-write in some cases, it might also be OK to do so in all cases? |
|
I rebased, and CI is now failing, but I don't think that's my fault. It appears that CI has failed on every commit since #3594, though that might be a coincidence since I also saw github/codeql-action#3208 and github/codeql-action#3207 which claim that the release of .NET 10 RC2 caused the issue. |
|
As long as the "Build ILSpy" action runs fine in debug and release there is no need to worry. CodeQL has not once reported anything. @christophwille why do we have the action set up in the first place? I think, maybe it would make sense to just remove it completely? |
|
The intent for it is to report nothing - it would be bad IF at some point it actually found some vulnerability. |
|
@dgrunwald Can this be merged? |
Problem
Resolves #3584
Solution
Boxare semantically correct.