Fix verification of 3-byte UTF-8 sequence followed by non-ASCII byte (#24235)
[platform/upstream/coreclr.git] / Documentation / deep-dive-blog-posts.md
index 4ebadfa..bbc3cb9 100644 (file)
@@ -1,5 +1,12 @@
 ## List of blog posts that provide a 'deep-dive' into the CoreCLR source code
 
+### Posts that take a high-level overview of releases
+
+- [Corestart 2.0: What's new for performance in .NET Core 2.0](https://www.ageofascent.com/2017/11/05/perfromance-dotnet-core-2-corestart-conference/)
+- [Performance improvements in .NET Core 2.0](https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core/)
+- [Performance improvements in .NET Core 2.1](https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core-2-1/)
+
+
 ### Posts that take a high-level look at the entire source:
 
 - [A Hitchhikers Guide to the CoreCLR Source Code](http://mattwarren.org/2017/03/23/Hitchhikers-Guide-to-the-CoreCLR-Source-Code/)