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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77792 --- shadow/77792 2006-03-15 18:02:09.000000000 -0500 +++ shadow/77792.tmp.26026 2006-03-15 18:33:07.000000000 -0500 @@ -10,13 +10,12 @@ Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: Poor performace of Int32.ToString () and other primitive types Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: @@ -97,6 +96,12 @@ user/components will be affected by this change. I really don't think if some major part it's not working but a minimal number of users/components is affected it is a major issue. And because this part is used the most frequently, my opinion is that it should have higher priority. However, ximian guidlines ignore this and I respect that. + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-15 18:33 ------- +Yeah, most of the perf issues here came from kazuki's refactoring. +I've often noticed that code which calls int.tostring is doing so too +frequently, and that a good solution often involves removing such +calls. With that said, we should still try to optimize the fast paths. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
