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

Guenther Roith groith@tcrz.net
Mon, 9 Sep 2002 19:10:02 +0200


Hi!

That's how a JIT works - compiling exactly one method.
This is by default the one that is needed, but it shouldn't be to difficult
to tell the JIT to prepare some methods before execution, should it?

Johannes