[Mono-bugs] [Bug 481991] New: ldloca + call issue
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 4 13:12:23 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=481991
Summary: ldloca + call issue
Classification: Mono
Product: Mono: Runtime
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: JIT
AssignedTo: lupus at novell.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
When check generated i32 code I noticed than IL code like
ldloca <valuetype>
call <method>
has worse code generated than
ldloca <valuetype>
constrained <valuetype>
callvirt <method>
Note: I played with /tests/test-246.cs
--
Configure bugmail: https://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