[Mono-bugs] [Bug 71406][Nor] New - AssemblyQualifiedName is slow
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 13:27: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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71406
--- shadow/71406 2005-01-18 13:27:08.000000000 -0500
+++ shadow/71406.tmp.26376 2005-01-18 13:27:08.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 71406
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lluis@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: AssemblyQualifiedName is slow
+
+In the process of serializing a remoting call, almost half of the time is
+spent calling System.MonoType.AssemblyQualifiedName. Would it be possible
+to cache the name in MonoType?