Bruce Forstall

Senior Software Engineer, .NET JIT Compiler Team

Developer on the .NET Just-In-Time (RyuJIT) Compiler team. Working on .NET Core and .NET Desktop. Focused on porting to arm32, arm64, exception-handling, and infrastructure and tools.

Post by this author

The RyuJIT transition is complete!

RyuJIT is the code name for the .NET just-in-time compiler, one of the foundational components of the .NET runtime. In contrast, the Roslyn C# compiler compiles C# code to IL byte code. The RyuJIT compiler compiles IL byte code to machine code for multiple processors. With the recent merge of the dotnet/coreclr #18064 pull request, the ...