[Mono-bugs] [Bug 52753][Wis] Changed - Reflection on properties allocates lots of memory
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jan 2004 16:04:08 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52753
--- shadow/52753 2004-01-11 16:03:45.000000000 -0500
+++ shadow/52753.tmp.18358 2004-01-11 16:04:08.000000000 -0500
@@ -25,6 +25,11 @@
What we do is to list *ALL* the properties in the class, and then check to
see if any have the name "name". What we should do is pass "name" to the
runtime and have it only give properties with the correct name.
Attached is a `small' example. On mono, this takes 21 sec. On a slower
computer with MS.net, it takes 3 sec.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-01-11 16:04 -------
+Created an attachment (id=6392)
+A `small' example
+