[Mono-bugs] [Bug 59537][Nor] Changed - improve NameTable performance
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 16 Sep 2004 02:36:11 -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 mono@bitfurnace.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59537
--- shadow/59537 2004-09-16 02:01:38.000000000 -0400
+++ shadow/59537.tmp.29170 2004-09-16 02:36:11.000000000 -0400
@@ -517,6 +517,10 @@
consecutive memory locations need to be scanned to find matching
hashtable entries. I found that my test was slower at 50% occupancy
than 66% occupancy, so Im fairly sure that memory efficiency plays a role.
In general less space equals more speed on modern processors, where a
level 2 cache miss can result in 1000 instruction cycles being lost.
+
+------- Additional Comments From mono@bitfurnace.com 2004-09-16 02:36 -------
+Could someone point me in the right direction for some documents on
+setting up a build and test environment for mono under vs.net 2003.