[Mono-bugs] [Bug 58343][Nor] Changed - AOT failure for classpath.dll from ikvm

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 18:51:11 -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-18 07:47:51.000000000 -0400
+++ shadow/58343.tmp.31245	2004-05-18 18:51:11.000000000 -0400
@@ -116,6 +116,28 @@
 I just tested with the DLL I got from Miguel that failed before (on 
 the same method you have problems) and it works from cvs.
 
 classpath.dll is size 3084288
 
 can you attach your classpath.dll so I can test it.
+
+------- Additional Comments From totte@hiddenpeaks.com  2004-05-18 18:51 -------
+Your version works as fine as my on this system.. sure that you don't 
+have any local changes? and the latest cvs?
+
+output:
+
+[root@salmon mini]# mono --aot -O=-all classpath.dll
+Mono Ahead of Time compiler - compiling 
+assembly /home/totte/novell/mono/mono/mini/classpath.dll
+Executing the native assembler: as /tmp/mono_aot_emAIfB -
+o /tmp/mono_aot_emAIfB.o
+Executing the native linker: ld -shared -
+o /home/totte/novell/mono/mono/mini/classpath.dll.so /tmp/mono_aot_emA
+IfB.o
+Compiled 19077 out of 19470 methods (97%)
+0 methods contain absolute addresses (0%)
+393 methods contain wrapper references (2%)
+0 methods contain lmf pointers (0%)
+0 methods have other problems (0%)
+AOT RESULT 0
+