W
Willy Denoyette [MVP]
| Where does it say NGEN'd code "does" share code pages across processes?
| I thought it was only for avoiding dynamic compilation.
|
| Thanks,
| Brett
|
Note that I was talking about v2 of the framework,
Here is a snip from the MSDN Magazine article [1] talking about NGEN
features in v2.
<snip
Second, native images are loaded by the CLR just like any other DLL. This
means that the actual memory pages containing the machine code can be shared
by the OS between multiple processes.
/snip>
[1]
http://msdn.microsoft.com/msdnmag/issues/05/04/NGEN/
Willy.
| I thought it was only for avoiding dynamic compilation.
|
| Thanks,
| Brett
|
Note that I was talking about v2 of the framework,
Here is a snip from the MSDN Magazine article [1] talking about NGEN
features in v2.
<snip
Second, native images are loaded by the CLR just like any other DLL. This
means that the actual memory pages containing the machine code can be shared
by the OS between multiple processes.
/snip>
[1]
http://msdn.microsoft.com/msdnmag/issues/05/04/NGEN/
Willy.