[Mono-bugs] [Bug 424192] New: Performance: System.Uri.TryCreate should not use try/ catch
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Sep 8 02:16:13 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=424192
Summary: Performance: System.Uri.TryCreate should not use
try/catch
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: miguel at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
The current implementation of Uri.TryCreate is using try/catch to return a
true/false value for the call.
This should be rewritten to not throw exceptions, as they are very expensive in
Mono.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list