[Mono-bugs] [Bug 373269] Math.Min and Math.Max
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Mar 30 14:44:23 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=373269
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=373269#c11
--- Comment #11 from Sebastien Pouliot <spouliot at novell.com> 2008-03-30 12:44:21 MST ---
Since Zoltan r99352 I now get those results on my P4
MATH.MIN|MAX
poupou at pollux:~/src/bugzilla> time mono minmax.exe
11727587164160
real 0m14.820s
user 0m14.521s
sys 0m0.064s
poupou at pollux:~/src/bugzilla> time mono minmax.exe
INLINE
poupou at pollux:~/src/bugzilla> mcs minmax.cs
poupou at pollux:~/src/bugzilla> time mono minmax.exe
11727587164160
real 0m16.577s
user 0m16.445s
sys 0m0.064s
which makes the rule true in every case I guess :-)
--
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