[Mono-bugs] [Bug 405052] New: Performance of 16-bit operation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 30 09:43:49 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=405052


           Summary: Performance of 16-bit operation
           Product: Mono: Runtime
           Version: SVN
          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 benchmarking following hash code implementation I got following results on
my Intel(R) Core(TM)2 CPU, T7200.

Mono runtime: 3.9-4.0
MS runtime:   2.2-2.3

Registry allocation seems to me is ok, the only think which I noticed is usage
of movzwl instead of movzx which may do the difference.


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