[Mono-dev] [PATCH] Implement support for compiled regular expressions in profile 1.x

Rodrigo Kumpera kumpera at gmail.com
Wed Apr 8 11:41:53 EDT 2009


On Wed, Apr 8, 2009 at 11:50 AM, Mantas Puida <mantas at unity3d.com> wrote:

> Hi,
>
>
> Embedding something into AOT'd image (mean linked into main app binary)
> makes everything worse in respect to binary size and maybe memory footprint.
> Maybe I'm missing something in your idea?
>
>
Yes, the idea is to embed more data from the assembly into the AOT image and
strip/eliminate the assembly.
Besides that, a lot of the code generated due to full AOT could be
implemented in a general, but slower fashion in the runtime, resulting in
some space savings.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090408/1d7bdb07/attachment.html 


More information about the Mono-devel-list mailing list