Share via


JIT, NGen, and other Managed Code Generation Stuff

Details about RyuJIT stuff of all sort...

For those of you interested in learning more about the internals of RyuJIT, Carol Eidt will be...

Date: 02/02/2016

After many years of work, RyuJIT for x64 has now been released! Thanks to many of you trying it out...

Date: 07/20/2015

It’s been a while since we’ve posted here, and a lot has happened with RyuJIT since the...

Date: 05/27/2015

Hi Folks! Yes, we understand it’s been a while since we shipped the last RyuJIT CTP. We have...

Date: 10/30/2014

Hi, folks. It’s been a busy month around here. We’ve been working on all sorts of stuff...

Date: 05/12/2014

Hi, folks. I wanted to put together a more coherent version of a random Twitter conversation I had...

Date: 04/24/2014

Hi, folks. I'm on vacation, but I figured I'd let everyone know what the RyuJIT team has been up to...

Date: 04/10/2014

SIMD details will be forthcoming from the .NET blog, but Soma's already showed some sample code, and...

Date: 04/03/2014

Go forth and read it to see if it answers your questions:...

Date: 11/18/2013

Floating Point: A Dark & Scary Corner of Code Generation or Why using == with float & double...

Date: 10/28/2013

https://blogs.msdn.com/b/dotnet/archive/2013/09/30/ryujit-the-next-generation-jit-compiler.aspx 'nuff...

Date: 09/30/2013

Hey folks! For the persevering Codegen aficionados (I was going to say junkies, but aficionado seems...

Date: 09/24/2013

This is a follow-up post for JIT ETW tracing in .NET Framework 4. These are some of the possible...

Date: 05/07/2010

This is article 4 of 4 in the NGen: Walk-through Series. The NGen technology is designed to be used...

Date: 04/27/2010

This is article 3 of 4 in the NGen: Walk-through Series. This article is part of a series of blog...

Date: 04/27/2010

This is article 2 of 4 in the NGen: Walkthrough Series. This article is part of a series of blog...

Date: 04/27/2010

This is article 1 of 4 in the NGen: Walkthrough Series. Hey there managed code developer. So you’d...

Date: 04/27/2010

Now that Microsoft Visual Studio 2010 has shipped, we thought it would be a good time to publish a...

Date: 04/27/2010

This is a follow-up post for JIT ETW tracing in .NET Framework 4. These are some of the possible...

Date: 10/21/2009

Introduction One argument often made by those who dislike managed code is along the lines of...

Date: 08/13/2009

First a little background reading before going into tail call improvements in CLR 4 - David Broman...

Date: 05/11/2009

If you care about performance at a very low level, at one point you’ve asked yourself why the...

Date: 05/11/2009

.NET Framework 4 is our first release since we shipped FX 3.5 SP1 (FX 4 beta 1 is now available...

Date: 05/03/2009

Long time, no blog. Since the NetFX 3.5 Service Pack is available, now, I figured I’d put up a quick...

Date: 08/15/2008

I was recently shown the following code and asked why the loop calling SafeAccess executed...

Date: 02/08/2008

By Fei Chen How are value types implemented in the 32-bit CLR? Value types are the closest thing in...

Date: 11/02/2007

by Brian Sullivan In Visual Studio you can set a breakpoint at any line in your source code. When...

Date: 10/19/2007

I work in the CodeGen test team and wanted to share a recent customer experience that was related to...

Date: 10/03/2007

One of the topics we often get questions on is about when it makes sense to invest the extra effort...

Date: 09/15/2007

This is the first blog post from the code generation feature team working on the Common Language...

Date: 09/15/2007