[Mono-bugs] [Bug 65594][Maj] Changed - mono_jit_stack_walk gets unneeded debugging data

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Sep 2004 13:58:44 -0400 (EDT)


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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=65594

--- shadow/65594	2004-09-09 03:19:30.000000000 -0400
+++ shadow/65594.tmp.12162	2004-09-10 13:58:44.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,10 @@
 Currently, the only user is
 ves_icall_System_Reflection_Assembly_GetCallingAssembly and the callback
 function does not use the il offset information at all.
 
 We should either remove that call or make it optional if someone else is
 using it.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-09-10 13:58 -------
+Gonzalo, other than being a bit slower, what effects does this have? 
+Why is it `major'?