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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to