[Mono-bugs] [Bug 68723][Nor] Changed - Recursive code runs very slowly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Oct 2004 08:55:39 -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 vargaz@freemail.hu.

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

--- shadow/68723	2004-10-24 01:37:40.000000000 -0400
+++ shadow/68723.tmp.6445	2004-10-24 08:55:39.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 68723
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Debian Sarge/Kernel 2.4.26-1-k7
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: writeonlymemory@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -46,6 +46,9 @@
 expected, but if you run it with mono, the O(n) algorithm runs much faster.
  This leads me to think that it must be something to do with JIT.
 
 I'll be happy to help fix the bug, I just don't know where to start and no
 one was interested in helping out on #mono.  Please contact me for more
 details.
+
+------- Additional Comments From vargaz@freemail.hu  2004-10-24 08:55 -------
+Could you attach a test program which runs very slowly with the JIT ?