[Mono-list] where are the addresses of the CLI and native code of a method stored?

Holger Arnold harnold@gmx.de
Sat, 28 Sep 2002 17:09:18 +0200


Hello,

where are the addresses of the CLI and native code of a method stored? Are 
there any "hidden" places besides the fields in MonoMethod? How can be 
determined if a method has already been compiled?

Would it be safe to simply replace the addresses of a method with addresses 
of new versions of that method? Or does this confuse the runtime?

Holger