[Mono-list] mono AOT

ppiindia.kishor ppiindia.kishor at gmail.com
Tue Jan 14 10:57:16 UTC 2014


I am using beaglebone black board with ubuntu 3.8.13 kernel, I have
succesfully compiled mono-3.2.7 on Beaglebone black board. When I gives
command on terminal, to run .exe from csharp,
                   $mono example.exe 
I am getting a exe output succesfully.
But to execute this exe mono is taking to much time , to appear a winform on
screen it is taking about 10 sec. I want to minimize startup time. So I
compiled the .dll with --aot as suggested here
http://www.mono-project.com/AOT
                   $ mono --aot /usr/lib/mono/4.5/mscorlib.dll
                         for i in /usr/lib/mono/gac/*/*/*.dll; do mono --aot
$i; done
But after following the procedure on http://www.mono-project.com/AOT  page.
Nothing is getting to output screen. Only example.exe.so file is creating.
And this time nothing at the output. What can be the problem??



--
View this message in context: http://mono.1490590.n4.nabble.com/mono-AOT-tp4661712.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list