Uh oh!
There was an error while loading. Please reload this page.
Use Roslyn support for RuntimeHelpers.CreateSpan (or field caching downlevel) - #79461
Conversation
ghost
commented
Dec 9, 2022
Tagging subscribers to this area: @dotnet/area-meta Issue Detailsnull
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
stephentoub
commented
Dec 10, 2022
Some compiler fixes in dotnet/roslyn#65919. |
62711ef to
f4ed220Comparejcouv
commented
Dec 16, 2022
FYI, resolved the conflict |
463f363 to
75b01abCompareUh oh!
There was an error while loading. Please reload this page.
aa8488f to
89adf99CompareEgorBo
commented
Jan 10, 2023
Just curious - is it blocked by some other roslyn/illink bug currently? Can't wait to see it merged 🙂 |
stephentoub
commented
Jan 10, 2023
Yes, it's blocked by a cecil / illink bug that's resulting in some fields being misaligned. |
stephentoub
commented
Jan 11, 2023
@sbomer, any updated ETA on when you think a fix might land? Thanks! |
marek-safar
commented
Jan 11, 2023
@stephentoub#79449 is the last blocker |
stephentoub
commented
Jan 11, 2023
Excellent, thanks. |
7e090d8 to
9a818efComparestephentoub
commented
Jan 12, 2023
This is ready for review. |
EgorBo
left a comment
There was a problem hiding this comment.
It seems that DaysToMonth365 and DaysToMonth366 are duplicated in several files but I assume it's not a big deal
stephentoub
commented
Jan 12, 2023
This PR isn't adding any duplication. It removes some of the duplication already there, and then what's left remains duplicated because they're either defined in different assemblies or using different types. We could obviously reduce that source duplication by putting them in a shared file, but I chose not to do so as part of this PR. |
stephentoub
commented
Jan 13, 2023
@sbomer, this is still hitting an alignment issue, on both x86 and arm64 legs 😦 Is this somehow not picking up your fixes? Are there more issues lurking? |
8fc73a7 to
0eb88a4CompareMichalStrehovsky
commented
Jan 13, 2023
#79449 hasn't merged yet. |
stephentoub
commented
Jan 13, 2023
Thanks. 🤦♂️ Somehow I saw the link as the larger dependency update that did merge; too many tabs open I guess. Will try again now that it has merged. |
No description provided.