[Mono-bugs] [Bug 59537][Nor] Changed - improve NameTable performance

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 01:52:09 -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 atsushi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59537

--- shadow/59537	2004-09-15 23:02:50.000000000 -0400
+++ shadow/59537.tmp.28759	2004-09-16 01:52:09.000000000 -0400
@@ -446,6 +446,14 @@
 My NameTable        881
 Microsoft NameTable 951
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-09-15 23:02 -------
 Can you explain how this random thing works. This looks very clever,
 but very puzziling. Any links or references to the method used?
+
+------- Additional Comments From atsushi@ximian.com  2004-09-16 01:52 -------
+Please make sure that it does not break existing nunit testcases.
+NameTableTests are few, but it seems to break many other tests which
+depend on NameTable (i.e. almost all tests).
+
+Am also very interested in what is the key of this performance
+improvement.