Posts

Showing posts from July, 2015

.NET 4.6 Bug - Tail Call bug in RyuJIT - Quick Guid

UPDATE: Tail Call Bug has been fixed and here is the more details about it. http://blogs.msdn.com/b/dotnet/archive/2015/07/28/ryujit-bug-advisory-in-the-net-framework-4-6.aspx The following information has been collected from the below mentioned links and from my Friends.  This post is just a reference purpose and needs lot of testing to implement this solution. Reference: http://nickcraver.com/blog/2015/07/27/why-you-should-wait-on-dotnet-46/ https://github.com/dotnet/coreclr/issues/1296 What is Tail Call? Wonder full Blog post on Tail Call is here:  http://blogs.msdn.com/b/davbr/archive/2007/06/20/enter-leave-tailcall-hooks-part-2-tall-tales-of-tail-calls.aspx Who should be worried about :  -           .NET Framework 4.6 is installed on the machine running the application -           The application targets the ‘Any CPU’ or ‘x64’ platform ...