https://bugzilla.novell.com/show_bug.cgi?id=463323

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=463323#c8





--- Comment #8 from Jan Oravec <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to