[Mono-bugs] [Bug 572885] Attempting to JIT compile method System.Linq.jvm.Interpreter:GetDelegate

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 26 10:45:14 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=572885

http://bugzilla.novell.com/show_bug.cgi?id=572885#c3


--- Comment #3 from Jb Evain <jbevain at novell.com> 2010-01-26 15:45:13 UTC ---
Frank, as a workaround, don't work on IQueryable that makes heavy usage of
expression trees, that are heavy in generics and in reflection. If you need to
use IQueryable for some reasons, turn it into an IEnumerable as soon as
possible and work with the Enumerable extension methods.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list