You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/whats-new/dotnet-10/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The .NET 10 runtime introduces new features and performance improvements. Key up
23
23
-**Array enumeration de-abstraction**: Enhancements to reduce abstraction overhead for array iteration via enumerators, enabling better inlining and stack allocation.
24
24
-**Inlining of late devirtualized methods**: The JIT can now inline methods that become eligible for devirtualization due to previous inlining.
25
25
-**Devirtualization based on inlining observations**: The JIT uses precise type information from inlining to devirtualize subsequent calls.
26
-
-**Stack allocation of arrays of value types**: Small, fixed-sized arrays of value types without GC pointers can now be stack-allocated.
26
+
-**Stack allocation of arrays**: Small, fixed-sized arrays can now be stack-allocated.
27
27
-**AVX10.2 support**: Introduced support for Advanced Vector Extensions (AVX) 10.2 for x64-based processors, though currently disabled by default.
28
28
-**NativeAOT enhancements**: Support for casting and negation in NativeAOT's type preinitializer.
0 commit comments