[Mono-dev] slow mono_runtime_invoke

Thomas Grill gr at grrrr.org
Sat Mar 11 11:57:27 EST 2006


Am 10.03.2006 um 19:12 schrieb Miguel de Icaza:

> Hello,
>
>> thank you, that's very helpful for my general understanding.
>> Now, there's a complication. In your example, the delegate is bound 
>> to a
>> specific instance of the MyMethod class. Is there a fast way to call a
>> specific class method on an instance of the class just when i want to
>> call it?
>> In my application, i use a number of callbacks which are class, not
>> instance specific. It would be great to save the memory needed to keep
>> the delegates for each instance.
>
> You might be able to reuse the internal support for that purpose, but
> that is left as an exercise to the reader.

Erm, that's what my original question was about.... any pointers to 
which part of the source?

thanks,
Thomas




More information about the Mono-devel-list mailing list