[Mono-bugs] [Bug 62150][Wis] Changed - Idea for some exception
handling speedups
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 3 07:06:03 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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=62150
--- shadow/62150 2004-07-30 13:02:00.000000000 -0400
+++ shadow/62150.tmp.1943 2005-10-03 07:06:03.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: lupus at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -37,6 +37,11 @@
pattern would be executed at very good speed.
rethrow is a special case and if used the optimization can't be
implemented. There may be other special cases that need to be considered
(fault clauses, maybe?)
This should be a simple optimization for a jit hacker that wants to start
dipping his toes in the mono jit internals, too.
+
+------- Additional Comments From informatique.internet at fiducial.fr 2005-10-03 07:06 -------
+I've seen you've made a patch to "improve" exception handling...
+There's some "NullException" problem on my projects... If i revert
+your changes it works... I'm working on a test case!
More information about the mono-bugs
mailing list