зеркало из https://github.com/mono/mail-archives.git
80 строки
3.4 KiB
HTML
80 строки
3.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 68723][Nor] Changed - Performance on long arith
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="022013.html">
|
|
<LINK REL="Next" HREF="022015.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 68723][Nor] Changed - Performance on long arith
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 68723][Nor] Changed - Performance on long arith">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Mon, 25 Oct 2004 12:03:17 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="022013.html">[Mono-bugs] [Bug 68582][Nor] Changed - Type.IsValueType is incorrect for ref parameters
|
|
</A></li>
|
|
<LI> Next message: <A HREF="022015.html">[Mono-bugs] [Bug 68259][Wis] Changed - ResourceManager stops finding Satellite Assemblies after first call to GetResourceSet
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#22014">[ date ]</a>
|
|
<a href="thread.html#22014">[ thread ]</a>
|
|
<a href="subject.html#22014">[ subject ]</a>
|
|
<a href="author.html#22014">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:writeonlymemory@gmail.com.">writeonlymemory@gmail.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=68723">http://bugzilla.ximian.com/show_bug.cgi?id=68723</A>
|
|
|
|
--- shadow/68723 2004-10-25 11:20:24.000000000 -0400
|
|
+++ shadow/68723.tmp.24989 2004-10-25 12:03:17.000000000 -0400
|
|
@@ -160,6 +160,16 @@
|
|
don't think it is possible to do this in a cross platform way. Is
|
|
there any way we could generate the code in a .s file and then safely
|
|
call it without the icall stuff?
|
|
|
|
Maybe its best to first work on the [%/] by two, which can probably
|
|
be more xplatform.
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:writeonlymemory@gmail.com">writeonlymemory@gmail.com</A> 2004-10-25 12:03 -------
|
|
+Paolo: I am well aware of the fact that an O(log n) algorithm is
|
|
+supposed to perform better only asymptotically, and I'm aware of the
|
|
+constant factors -- I'm *not* an academic ;) BUT, my point here is that:
|
|
+
|
|
+a) The same code written in C the log n method performs better even
|
|
+for small n
|
|
+b) The same code running in the Microsoft environment the log n method
|
|
+performs better even for small n
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="022013.html">[Mono-bugs] [Bug 68582][Nor] Changed - Type.IsValueType is incorrect for ref parameters
|
|
</A></li>
|
|
<LI> Next message: <A HREF="022015.html">[Mono-bugs] [Bug 68259][Wis] Changed - ResourceManager stops finding Satellite Assemblies after first call to GetResourceSet
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#22014">[ date ]</a>
|
|
<a href="thread.html#22014">[ thread ]</a>
|
|
<a href="subject.html#22014">[ subject ]</a>
|
|
<a href="author.html#22014">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|