[Mono-list] Re: [Mono-bugs] Hi.

Dietmar Maurer dietmar@ximian.com
12 Jul 2002 14:35:41 +0200


On Fri, 2002-07-12 at 13:28, Daniel Stodden wrote:

> before messing again with the delegate class, i'd rather try to redo
> invoke() myself. could you send me a patch to
> mono_marshal_get_delegate_invoke which shows me how to dump the
> rt-generated il?

OK, just added some code to support debugging, just:

#define DEBUG_RUNTIME_CODE

in mono/metadata/marshal.c

But be careful, the code for runtime invoke should be short, and I cant
imagine how to reverse the order with a few opcodes??

- Dietmar