[Mono-bugs] [Bug 75966][Min] New - IsValidWarning fixes required.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 2 08:56:54 EDT 2005


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 miguel at ximian.com.

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: mono-bugs at ximian.com                            
+ReportedBy: miguel at ximian.com               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list