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

Rodrigo Kumpera kumpera at gmail.com
Mon Apr 6 09:14:19 EDT 2009


2009/4/3 Kornél Pál <kornelpal at gmail.com>

> I think that using public fields instead of private ones costs no work.
> Parts of this patch related to dynamic assemblies are just a few lines that
> is complete and needs no maintenace. I didn't have to change a single
> character in the code generator so the part that really needs maintenance is
> not affected by this solution.



The only issue with the approach of your patch is the use of dynamic
assemblies, the rest of it is right. A regexp must be fully GC'able and
using them the compiled part won't be. That's why dynamic methods have to be
used.

There is, as well, the fact that your patch is huge with some formatting
changes in. But this is easy to work out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090406/f56f3a88/attachment.html 


More information about the Mono-devel-list mailing list