Sign in
JIT, NGen, and other Managed Code Generation Stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Framework 4
arrays
ETW
Fuslogvw
Janine Zhang
JIT
JIT MDA
JIT Optimized Assembly Code Visual Studio
Lakshan Fernando
NGen
performance
Pracheeti Nagarkar
Tail calls
unsafe
Visual Studio
Visual Studio 2010
VMMap
Warm Startup
WiX
Working Set
x64
Xperf
Browse by Tags
MSDN Blogs
>
JIT, NGen, and other Managed Code Generation Stuff
>
All Tags
>
.net framework 4
Tagged Content List
Blog Post:
JIT ETW Tail Call Event Fail Reasons
Grant Richins
This is a follow-up post for JIT ETW tracing in .NET Framework 4 . These are some of the possible strings that might show up in the FailReason field of the MethodJitTailCallFailed event. These are reasons that come from or are checked for by the VM (as compared to the JIT) and are listed in no particular...
on
7 May 2010
Blog Post:
JIT ETW Inlining Event Fail Reasons
Grant Richins
This is a follow-up post for JIT ETW tracing in .NET Framework 4 . These are some of the possible strings that might show up in FailReason field of the MethodJitInliningFailed event. These are reasons that come from or are checked for by the VM (as compared to the JIT) and are listed in no particular...
on
21 Oct 2009
Blog Post:
Tail Call Improvements in .NET Framework 4
CLR Codegen Blogger
First a little background reading before going into tail call improvements in CLR 4 - David Broman did an excellent job at covering the basics in his post here: http://blogs.msdn.com/davbr/archive/2007/06/20/enter-leave-tailcall-hooks-part-2-tall-tales-of-tail-calls.aspx . He also captured a mostly complete...
on
11 May 2009
Blog Post:
JIT ETW tracing in .NET Framework 4
CLR Codegen Blogger
If you care about performance at a very low level, at one point you’ve asked yourself why the compiler, JIT, or runtime did or did not inline a certain method. Unless you worked on the compiler, JIT, or runtime, you really had no way of telling, other than trial and error (sort of like asking how a magic...
on
11 May 2009
Blog Post:
Improvements to NGen in .NET Framework 4
Surupa Biswas
.NET Framework 4 is our first release since we shipped FX 3.5 SP1 (FX 4 beta 1 is now available here: http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx ). FX 3.5 SP1 contained major changes to NGen – features that improved startup performance, security, NGen time and compilation working set – described...
on
3 May 2009
Page 1 of 1 (5 items)