Sign in
JIT, NGen, and other Managed Code Generation Stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
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
Archive
Archives
May 2010
(1)
April 2010
(5)
October 2009
(1)
August 2009
(1)
May 2009
(3)
August 2008
(1)
February 2008
(1)
November 2007
(1)
October 2007
(2)
September 2007
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
JIT, NGen, and other Managed Code Generation Stuff
To NGen or Not to NGen?
Posted
over 6 years ago
by
Surupa Biswas
4
Comments
One of the topics we often get questions on is about when it makes sense to invest the extra effort to pre-compile assemblies via NGen instead of simply relying on the JIT compiler to generate native code on the fly at application runtime. I thought I...
JIT, NGen, and other Managed Code Generation Stuff
Welcome to the CLR Code Generation Team's blog
Posted
over 6 years ago
by
Surupa Biswas
1
Comments
This is the first blog post from the code generation feature team working on the Common Language Runtime (CLR). We're the group of individuals that make it possible to generate native code for all binaries that run on top of the Microsoft .NET Framework...
Page 1 of 1 (2 items)