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
>
unsafe
Tagged Content List
Blog Post:
Performance implications of unmanaged array accesses
CLR Codegen Blogger
I was recently shown the following code and asked why the loop calling SafeAccess executed significantly faster than the second loop calling UnsafeAccess : static int [] intarray = new int [ 5000 ]; static void SafeAccess(int a, int b) { int temp = intarray[a]; intarray[a] = intarray...
on
8 Feb 2008
Page 1 of 1 (1 items)