http://bugzilla.novell.com/show_bug.cgi?id=572885
http://bugzilla.novell.com/show_bug.cgi?id=572885#c2 Jb Evain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal --- Comment #2 from Jb Evain <[email protected]> 2010-01-26 15:37:32 UTC --- It doesn't seem really possible to make it deterministic from the Sys.Core point of view. What we could do, is to remove the intermediate methods Interpreter.GetDelegate<...>, and passing generic ActionRunner and FuncRunner to the Action and Func delegates, and AOT compile ActionRunner of T and FuncRunner of T for each Expression of T that are encountered. But it seems hacking at best. Zoltan, any input ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
