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=75966

--- shadow/75966        2005-09-02 08:56:54.000000000 -0400
+++ shadow/75966.tmp.10770      2005-09-02 08:56:54.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 75966
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: IsValidWarning fixes required.
+
+The IsValidWarning routine is fairly inneficient:
+
+* Every time its called it initializes an array that we iterate through to
+check for the right value.
+
+* It should not do a linear scan, but a binary search on the array.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to