[Mono-bugs] [Bug 68723][Nor] Changed - Performance on long arith
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Oct 2004 15:31:55 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by writeonlymemory@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68723
--- shadow/68723 2004-10-24 15:06:45.000000000 -0400
+++ shadow/68723.tmp.9837 2004-10-24 15:31:55.000000000 -0400
@@ -97,6 +97,10 @@
x = x * (i / 2);
x = x * x;
}
}
}
}
+
+------- Additional Comments From writeonlymemory@gmail.com 2004-10-24 15:31 -------
+So you believe it is just the long arithmetic, not the recursion?
+That's something I hadn't thought of.