Merge pull request #223 from BruceForstall/BruceForstall-patch-1

Add details about RyuJIT CTP and .NET 4.6
pull/224/head
Bruce Forstall 2015-08-05 10:53:33 -07:00
commit 68f1d71b2b
1 changed files with 5 additions and 0 deletions

View File

@ -200,6 +200,11 @@ Note that when you run your application under the Visual Studio debugger, it mig
**Note** This method applies to all .NET JIT compilers.
.NET Framework 4.6 and RyuJIT CTP releases
==========================================
Before .NET Framework 4.6 was released with RyuJIT as the default .NET JIT for the x64 architecture, RyuJIT was shipped several times as a CTP ("Community Technology Preview") release. If you previously installed a RyuJIT CTP, you must remove any manually created configuration related to using the RyuJIT CTP, before upgrading to .NET Framework 4.6. You can read more details [here](https://support.microsoft.com/en-us/kb/3065367).
Additional Notes
================