BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage .NET 4.6 Content on InfoQ

News

RSS Feed
  • Two More Major Bugs Revealed in .NET 4.6's RyuJIT Compiler

    Two more significant bugs have been found when using RyuJIT and .NET 4.6. Code recompilation is not necessary to experience the effects, merely running existing code on RyuJIT (which ships in .NET 4.6 and is enabled by default) will cause severe problems.

  • Critical Bug Revealed in .NET 4.6's RyuJIT Compiler

    StackExchange developers Nick Craver and Marc Gravell have reported a critical bug that affects all users and developers who have installed .NET 4.6. Once .NET 4.6 is installed, the new RyuJIT compiler is set active by default which exposes users to a serious flaw during their program's execution.

  • Visual Studio 2015 and .NET 4.6 RTM Available

    The long awaited official releases of .NET 4.6 and Visual Studio 2015 are now available. Exhibiting Microsoft's renewed focus on producing a compelling developer tool regardless of application target, VS2015 supports iOS and Android development in addition to the expected Windows family.

  • Open Sourced RyuJIT Now Default for 64-Bit .NET

    RyuJIT, Microsoft's next generation 64-bit just-in-time compiler for .NET, is now the default on .NET 4.6. Those upgrading from a RyuJIT CTP to .NET 4.6 should be sure to review settings to ensure that their applications are able to run correctly.

BT