[Mono-bugs] [Bug 463323] Bug with delegates to dynamic methods
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 28 06:39:34 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=463323
User jan.oravec at 6com.sk added comment
https://bugzilla.novell.com/show_bug.cgi?id=463323#c8
--- Comment #8 from Jan Oravec <jan.oravec at 6com.sk> 2009-01-28 04:39:33 MST ---
I have tried adding GC.Collect () in the begin of while cycle to prevent
garbage collection while running native code of DynamicMethods - didn't help.
Also, I tried to add this to the end of cycle...
if (something_non_optimalizable_which_always_evaluates_to_false)
{
f1.DynamicInvoke (null);
f2.DynamicInvoke (null);
}
..to prevent garbage collection while native code is executing, also didn't
help.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list