[Mono-bugs] [Bug 62150][Wis] Changed - Idea for some exception
handling speedups
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 4 03:13:25 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 patrik.torstensson at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62150
--- shadow/62150 2005-10-03 08:39:38.000000000 -0400
+++ shadow/62150.tmp.12984 2005-10-04 03:13:25.000000000 -0400
@@ -10,13 +10,12 @@
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: lupus at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Idea for some exception handling speedups
I had a more elaborate proposal in the works for this issue which required
some metadata changes and/or compiler help, but today I realized the JIT
could handle the issue by itself.
The main issue is that to implement many languages on the CLR (see python
@@ -182,6 +181,13 @@
param1
en
+
+------- Additional Comments From patrik.torstensson at gmail.com 2005-10-04 03:13 -------
+Are you sure that this patch affects your test case? because another
+patch (r51051) caused the same kind of bug that you have, it's now
+partly reverted in svn.
+
+Can you please test your code with the latest svn.
More information about the mono-bugs
mailing list