[Mono-devel-list] aot compilation working in windows

Zoltan Varga vargaz at gmail.com
Tue Apr 19 09:36:05 EDT 2005


                                      Hi,

  Have you tested whenever the generated dll are actually usable ? You
can run mono
with MONO_LOG_MASK=aot MONO_LOG_LEVEL=debug env variables set to see
the debug messages from the AOT module. These show whenever the runtime is able
to load/execute the AOT code.

        Zoltan

On 4/18/05, The Software Team <software at solmersa.com> wrote:
>  
>  
> 
> I have modified mini/aot.c to support the generation of native code dlls  on
> Windows (mono –aot). 
> 
>   
> 
> Basically I just removed the .type name, at object in windows.  Also I wrote
> every exported symbol twice, with underscore and without.  With this I was
> able to build ahead  of time compiled dlls. 
> 
>   
> 
> I´m attaching a diff, with the hope to have this included in mono.  
> 
>   
> 
> Thanks 
> 
>   
> 
> SDavila 
> 
>   
>


More information about the Mono-devel-list mailing list