[Mono-bugs] [Bug 551623] "Attempting to JIT compile method" When Using Expressions

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Oct 31 08:59:29 EDT 2009


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

User jbevain at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=551623#c1


Jb Evain <jbevain at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbevain at novell.com




--- Comment #1 from Jb Evain <jbevain at novell.com>  2009-10-31 06:59:26 MDT ---
You're hitting the following limitation:

http://monotouch.net/Documentation/Limitations#Generic_Virtual_Methods

«Generic virtual methods aren't supported, as it isn't possible to determine
statically what method will be called in all circumstances.»

The Property<T> method of EntityMap`1 is virtual, and hence requires JIT
support.

-- 
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