Skip to content

Commit 03e6daf

Browse files
authored
Update overview.md (#45866)
1 parent eea0269 commit 03e6daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/whats-new/dotnet-10/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The .NET 10 runtime introduces new features and performance improvements. Key up
2323
- **Array enumeration de-abstraction**: Enhancements to reduce abstraction overhead for array iteration via enumerators, enabling better inlining and stack allocation.
2424
- **Inlining of late devirtualized methods**: The JIT can now inline methods that become eligible for devirtualization due to previous inlining.
2525
- **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.
2727
- **AVX10.2 support**: Introduced support for Advanced Vector Extensions (AVX) 10.2 for x64-based processors, though currently disabled by default.
2828
- **NativeAOT enhancements**: Support for casting and negation in NativeAOT's type preinitializer.
2929

0 commit comments

Comments
 (0)