Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-19 Thread Daniel M
+0100 Subject: Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem From: var...@gmail.com To: chookie...@hotmail.com CC: kump...@gmail.com; mono-devel-list@lists.ximian.com Try running withMONO_LOG_LEVEL=debugthis will print out some log messages about AOT loadin

Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Zoltan Varga
time spent compiling 2924 methods (sec): 11.41 ). > > so it seems that it is still running in jit mode or am i missing something? > is there a flag i need to set? > > thanks again, > Dan > > > -------------- > Date: Tue, 18 Jan 2011 22:54:48 +0100 >

Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Daniel M
or is ARM9 at 400mhz with 128mb ram (with mono using GTK#). Trying to see if I can speed this up a bit by using AOT compilation. Any thoughts?Thanks,Dan Date: Tue, 18 Jan 2011 13:42:43 +0100 Subject: Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Zoltan Varga
ono using GTK#). > Trying to see if I can speed this up a bit by using AOT compilation. Any > thoughts? > Thanks, > Dan > > > ---------- > Date: Tue, 18 Jan 2011 13:42:43 +0100 > Subject: Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Lin

Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Daniel M
if I can speed this up a bit by using AOT compilation. Any thoughts?Thanks,Dan Date: Tue, 18 Jan 2011 13:42:43 +0100 Subject: Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem From: kump...@gmail.com To: chookie...@hotmail.com CC: mono-devel-list

Re: [Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Rodrigo Kumpera
Do you really need full aot on your target? It should be avoided when possible since a lot of stuff doesn't work under it. On Tue, Jan 18, 2011 at 1:17 PM, Daniel M wrote: > Hi All, > > Wondering if it is possible to AOT just a section of the Mono framework > (and ignore parts of the framework

[Mono-dev] AOT Mono.WebBrowser.dll under ARM Embedded Linux environment problem

2011-01-18 Thread Daniel M
Hi All, Wondering if it is possible to AOT just a section of the Mono framework (and ignore parts of the framework i will not use???). I have mono 2.8 release cross compiled for ARM platform. Attempting to do AOT compilation. Binaries seem to compile fine until I hit the Mono.WebBrowser binary.