[Mono-list] Is there a mechanism to precompile a method?

Holger Arnold harnold@gmx.de
Mon, 9 Sep 2002 18:23:17 +0200


Hello,

Some applications require a deterministic method execution time, at least for 
certain methods. Is there a mechanism in the Mono JIT to compile a method 
including all methods it depends on (i.e. all methods that could possibly be 
called by this method)? 

If not, how could such a mechanism be implemented? If someone guides me a bit 
I would like to implement this.

Holger