https://bugzilla.novell.com/show_bug.cgi?id=342190#c11


Marek Safar <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #11 from Marek Safar <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to