[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:37:33 EST 2010


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

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


Jb Evain <jbevain at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Normal

--- Comment #2 from Jb Evain <jbevain at novell.com> 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.


More information about the mono-bugs mailing list