[Mono-bugs] [Bug 564695] LLVM support: this sample generates very slow code.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 15 02:53:07 EST 2009


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

http://bugzilla.novell.com/show_bug.cgi?id=564695#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com

--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2009-12-15 07:53:05 UTC ---
The problem is something similar, this is not a virtual call, but a normal one,
older LLVM versions generated a normal call:
call <ADDR>
while newer ones generate:
mov REG, <ADDR>
<some other code>
call %<REG>
this currently cannot be patched.

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