Replies: 3 comments 4 replies
-
Definitely the most exciting quote day you guys have had.
Why not fix the name shadowing in local functions using a warning wave? It's not like its a difficult fix for people to make when upgrading C#. |
Beta Was this translation helpful? Give feedback.
-
"Not doing any kind of optimized IL in C#, and relying on the JIT to perform the escape analysis and translation from array to stackalloc when viable."
|
Beta Was this translation helpful? Give feedback.
-
I dislike these approaches for the reasons:
|
Beta Was this translation helpful? Give feedback.
-
https://github.com/dotnet/csharplang/blob/main/meetings/2021/LDM-2021-11-03.md
Agenda
params Span<T>
Beta Was this translation helpful? Give feedback.
All reactions