[Mono-bugs] [Bug 342190] [Performance] MS.NET 2.0 is twice faster as mono 1.2. 6 when compressing with SharpZipLib
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 20 09:42:25 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=342190#c11
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msafar at novell.com
--- Comment #11 from Marek Safar <msafar at novell.com> 2007-11-20 07:42:24 MST ---
- Our JIT does use SSE instructions for Math.Min and Math.Max.
- Also this code in FindLongestMatch probably makes JIT unhappy
while (window[++scan] == window[++match] &&
window[++scan] == window[++match] &&
window[++scan] == window[++match] &&
window[++scan] == window[++match] &&
window[++scan] == window[++match] &&
window[++scan] == window[++match] &&
window[++scan] == window[++match] &&
window[++scan] == window[++match] && scan <
strend) ;
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list