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=77213 --- shadow/77213 2006-01-11 14:28:02.000000000 -0500 +++ shadow/77213.tmp.18551 2006-01-11 14:28:02.000000000 -0500 @@ -0,0 +1,22 @@ +Bug#: 77213 +Product: Mono: Runtime +Version: 1.0 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Cosmetic +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: We always emit fat seh clauses + +The spec describes two format of seh clauses, depending on the size of the exception blocks. +Currently the runtime always emits fat seh clauses. + +The following patch implements the abality to write small and fat seh clauses. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
