[Mono-bugs] [Bug 60638][Wis] Changed - missing warning comparing string with object

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Feb 2005 14:39:01 -0500 (EST)


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 miguel@ximian.com.

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

--- shadow/60638	2005-02-13 12:06:44.000000000 -0500
+++ shadow/60638.tmp.31882	2005-02-13 14:39:01.000000000 -0500
@@ -53,6 +53,13 @@
 In the end, I inserted my own checks and kept it stuck it back after
 my bits.
 
 ------- Additional Comments From bmaurer@users.sf.net  2005-02-13 12:06 -------
 Am a bit worried about the performance here. GetMethods is going to
 create an array.
+
+------- Additional Comments From miguel@ximian.com  2005-02-13 14:39 -------
+It seems that there is already another place where we would have
+to do the method lookup, and we should reuse the logic/code from there
+instead of doing it again.
+
+Ben has a good point about memory use/perf.