Skip to content

Commit 68f1d71

Browse files
committed
Merge pull request microsoft#223 from BruceForstall/BruceForstall-patch-1
Add details about RyuJIT CTP and .NET 4.6
2 parents d9cc561 + 31dbd34 commit 68f1d71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/testing-with-ryujit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ Note that when you run your application under the Visual Studio debugger, it mig
200200

201201
**Note** This method applies to all .NET JIT compilers.
202202

203+
.NET Framework 4.6 and RyuJIT CTP releases
204+
==========================================
205+
206+
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).
207+
203208
Additional Notes
204209
================
205210

0 commit comments

Comments
 (0)