[Mono-dev] How to access AOTed assembly code?

Kamal Aboul-Hosn kamal at sooloos.com
Tue Jan 24 18:39:05 UTC 2012


Hi, everyone,

If I call mono --aot=static,asmonly on a dll to generate a .s file, how can I get Mono to load the generated AOT'ed assembly if I include the .s in a native .so I'm building myself as part of an application? It seems Mono normally just goes looking for a .so file for the AOT'ed code. Is it possible to get Mono to use the linked in AOT'ed code in the same native library as the rest of my application? Please let me know if I can provide any more details.

Thanks!

Kamal


More information about the Mono-devel-list mailing list