From bb8bc5ffae6914072e653cbba2f9cad72ee00d6e Mon Sep 17 00:00:00 2001 From: Josh Free Date: Mon, 9 Oct 2017 09:54:47 -0700 Subject: [PATCH] Update wording --- releases/UWP/net-native2.0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/UWP/net-native2.0/README.md b/releases/UWP/net-native2.0/README.md index e66ddd3..a8f0280 100644 --- a/releases/UWP/net-native2.0/README.md +++ b/releases/UWP/net-native2.0/README.md @@ -15,7 +15,7 @@ When using Visual Studio these packages require Visual Studio 2017 Version 15.4 #### Improvements to Program Optimization, Throughput and Debuggability. - This release of the .NET Native code generator includes substantial improvements to optimization, throughput and debuggability. This includes many new features from the Visual C++ compiler in Visual Studio 2017 Version 15.4. For example, a new SSA optimizer has been enabled and adapted to managed code and carefully tuned. -- This release also includes .NET language targeted improvements in +- This release also includes targeted improvements in - native pointer tracking - static initialization of scalars and arrays - loop unrolling and vectorization