Re: [Mono-dev] [patch] partial implementation of System.Reflection.Emit.DynamicILInfo

2008-03-14 Thread Casey Marshall
On Fri, 2008-03-14 at 17:03 +0100, Paolo Molaro wrote: > On 03/07/08 Casey Marshall wrote: > > The attached patches add a partial implementation of DynamicILInfo -- > > basically enough that you can specify the IL code and locals for a > > method, and have that method runnable. > > > > I might wor

Re: [Mono-dev] [patch] partial implementation of System.Reflection.Emit.DynamicILInfo

2008-03-14 Thread Paolo Molaro
On 03/07/08 Casey Marshall wrote: > The attached patches add a partial implementation of DynamicILInfo -- > basically enough that you can specify the IL code and locals for a > method, and have that method runnable. > > I might work on this more if I have time, *plus* I'm not sure if this > here i

[Mono-dev] [patch] partial implementation of System.Reflection.Emit.DynamicILInfo

2008-03-07 Thread Casey Marshall
The attached patches add a partial implementation of DynamicILInfo -- basically enough that you can specify the IL code and locals for a method, and have that method runnable. I might work on this more if I have time, *plus* I'm not sure if this here is too naive, and would need to change a lot fo