[Mono-bugs] [Bug 60933][Wis] New - [PATCH] Remove literals from static data
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 10:49:51 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=60933
--- shadow/60933 2004-06-30 10:49:51.000000000 -0400
+++ shadow/60933.tmp.16618 2004-06-30 10:49:51.000000000 -0400
@@ -0,0 +1,20 @@
+Bug#: 60933
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] Remove literals from static data
+
+Right now, literal fields consume space in static data. This increases the
+space which must be checked by the gc and takes up additional memory.