[Mono-bugs] [Bug 77961][Nor] Changed - [PATH] Add overloads to
Report.Warning/Error methods to reduce code size
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 30 21:22:58 EST 2006
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77961
--- shadow/77961 2006-03-30 08:14:42.000000000 -0500
+++ shadow/77961.tmp.7039 2006-03-30 21:22:58.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77961
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: vargaz at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -23,6 +23,15 @@
reduces the native code generated by the JIT for mcs by about 10KB on x86.
------- Additional Comments From vargaz at gmail.com 2006-03-30 08:14 -------
Created an attachment (id=16704)
patch
+
+------- Additional Comments From rharinath at novell.com 2006-03-30 21:22 -------
+The one- and two- argument Format variants can probably directly use
+the corresponding String.Format rather than allocating the arrays
+here, I think:
+
+ - String.Format (fmt, new string [] { arg1, arg2 })
+ + String.Format (fmt, arg1, arg2)
+
More information about the mono-bugs
mailing list