Share via


Announcing the release of RyuJIT for x64!

After many years of work, RyuJIT for x64 has now been released! Thanks to many of you trying it out over the course of the last couple years via our CTP releases, and giving us valuable feedback.

You can read all about the .NET Framework 4.6 release (which includes RyuJIT) here: https://blogs.msdn.com/b/dotnet/archive/2015/07/20/announcing-net-framework-4-6.aspx.

You can see Soma's blog post on the Visual Studio 2015 and .NET Framework 4.6 releases here: https://blogs.msdn.com/b/somasegar/archive/2015/07/20/visual-studio-2015-and-net-4-6-available-for-download.aspx.

Enjoy these releases, and keep the feedback coming!

Comments

  • Anonymous
    July 21, 2015
    Are X86 and ARM versions coming soon?

  • Anonymous
    July 22, 2015
    The comment has been removed

  • Anonymous
    July 27, 2015
    nickcraver.com/.../why-you-should-wait-on-dotnet-46

  • Anonymous
    August 21, 2015
    RyuJIT still keeps method call overhead on sealed methods. C# still has no way to abstract method calls without performance penalty of at least a factor of 1.6: interface method calls, sealed overriden methods even without any other implementation, functions as arguments all carry this overhead. The compiler or the JIT should be able to INLINE these methods. Pleeeeeeeease, I am waiting since 15 years and put my hope into RyuJIT, but again, no improvement.