[Mono-bugs] [Bug 58343][Nor] Changed - AOT failure for classpath.dll from ikvm
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 23 May 2004 11:42:48 -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 totte@hiddenpeaks.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58343
--- shadow/58343 2004-05-19 07:02:19.000000000 -0400
+++ shadow/58343.tmp.23967 2004-05-23 11:42:48.000000000 -0400
@@ -149,6 +149,17 @@
OK, sorry Patrik, my fault.
My cvs build was broken, I had not the veri latest code in all the dirs.
Now we are aligned, I have exactly the same problem with the loop option,
I can investigate that.
+
+------- Additional Comments From totte@hiddenpeaks.com 2004-05-23 11:42 -------
+Found a method that is causing this problem.
+
+ mono -O=all --compile StreamTokenizer:nextToken classpath.dll
+
+The problem looks like it's due to that a imm8 branch (imm eb) is now
+out of range (disp 151 and max is -127 to +127 ) probably due to some
+loop optimizations.
+
+