[Mono-bugs] [Bug 57840][Maj] Changed - Shift? Code not executed correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Apr 2004 14:31:33 -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 lupus@ximian.com.

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

--- shadow/57840	2004-04-29 13:34:52.000000000 -0400
+++ shadow/57840.tmp.15648	2004-04-30 14:31:33.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 57840
 Product: Mono: Runtime
 Version: unspecified
 OS: other
 OS Details: Windows
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ClassDevelopment@A-SoftTech.com               
@@ -54,6 +54,14 @@
 ------- Additional Comments From ClassDevelopment@A-SoftTech.com  2004-04-29 13:34 -------
 Please note that it DOES use if you remove the outer for loop (for 
 whatever reason)
 
 ------- Additional Comments From ClassDevelopment@A-SoftTech.com  2004-04-29 13:34 -------
 Sorry - should read DOES work
+
+------- Additional Comments From lupus@ximian.com  2004-04-30 14:31 -------
+Our code for shift of long vars is currently slow: your test takes
+about 18 seconds to run on a Pentium M 1.6, but it does run and print
+the string correctly. Did you get the prompt back or just interrupted
+the program after a while?
+Totte has a patch to fix the performance issue (he posted recently on
+mono-devel): you may want to try that out.