[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:50:16 -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 gonzalo@ximian.com.

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

--- shadow/52753	2004-01-11 16:49:02.000000000 -0500
+++ shadow/52753.tmp.18550	2004-01-11 16:50:16.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52753
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,15 @@
 
 
 ------- Additional Comments From gonzalo@ximian.com  2004-01-11 16:49 -------
 Created an attachment (id=6394)
 Patch for icall.c
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-11 16:50 -------
+Before the patch:
+27173,394       1  27173,394   .T::Main()
+Total memory allocated: 111511 KB
+
+After the patch:
+367,768       1  367,768   .T::Main()
+Total memory allocated: 138 KB