Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-03-02 Thread Tomas Matousek
, February 27, 2009 11:47 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method) Hey Tomas, On 2/27/09, Tomas Matousek tomas.matou...@microsoft.com wrote: Jb, could you try again using the latest source code (after Jim pushes

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-27 Thread Ivan Porto Carrero
, 2009 10:42 PM *To:* ironruby-core@rubyforge.org *Subject:* Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method) I can confirm this but from git. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-27 Thread Ivan Porto Carrero
It isn't relevant to this problem but is there a reference or a good book for IL generation? Or some links? On Fri, Feb 27, 2009 at 9:08 AM, Jb Evain j...@nurv.fr wrote: Hey Jim, On 2/27/09, Jim Deville jdevi...@microsoft.com wrote: Can anyone confirm if this is only a Mono problem? Also,

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-27 Thread Jb Evain
On 2/27/09, Jb Evain j...@nurv.fr wrote: The issue is the pop, in between the ret and the jump target. .net's JIT will optimize it away, and not even verify it, as it will never be executed. It's definitely a common pattern: push condition brfalse target ldarg 3 // action on the

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-27 Thread Brad Wilson
Serge Liden's book is probably the bible for MSIL 2.0. http://www.amazon.com/Expert-NET-2-0-IL-Assembler/dp/1590596463 IL generation is the trivial part, once you actually understand IL. :) On Fri, Feb 27, 2009 at 12:42 AM, Ivan Porto Carrero i...@flanders.co.nzwrote: It isn't relevant to this

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-27 Thread Ivan Porto Carrero
Great thanks, ordered it :) On Fri, Feb 27, 2009 at 9:52 AM, Brad Wilson dotnet...@gmail.com wrote: Serge Liden's book is probably the bible for MSIL 2.0. http://www.amazon.com/Expert-NET-2-0-IL-Assembler/dp/1590596463 IL generation is the trivial part, once you actually understand IL. :)

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-27 Thread Tomas Matousek
] Regression ? Invalid IL code in (wrapper dynamic-method) Hey Jim, On 2/27/09, Jim Deville jdevi...@microsoft.com wrote: Can anyone confirm if this is only a Mono problem? Also, what platform x86 or x64 (doubt it makes a difference, but I want to be certain)? I can't repro on .NET. Let say

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-27 Thread Tomas Matousek
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jb Evain Sent: Friday, February 27, 2009 12:09 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method) Hey Jim, On 2/27/09, Jim Deville jdevi...@microsoft.com wrote: Can

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-27 Thread Jb Evain
Hey Tomas, On 2/27/09, Tomas Matousek tomas.matou...@microsoft.com wrote: Jb, could you try again using the latest source code (after Jim pushes it) and if it fails send me please full stack trace and complete IL of the offending method? Sure. So, after building from source the updated

[Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-26 Thread Thibaut Barrère
Hi again, I'm using Mono 2.4 to run the binaries at http://nightlybuilds.cloudapp.net/rss.ashx?project=dlr(DLR.x.release.zip) - (not sure if it supposed to work, but it did until today). Everything I tried worked fine with DLR.10606.release.zip. Switching to the latest DLR.12211.release.zip

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-26 Thread Ivan Porto Carrero
I can confirm this but from git. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim On Thu, Feb 26, 2009 at 11:41 PM, Thibaut Barrère thibaut.barr...@gmail.com wrote: Hi again,

Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method)

2009-02-26 Thread Jim Deville
: Thursday, February 26, 2009 10:42 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Regression ? Invalid IL code in (wrapper dynamic-method) I can confirm this but from git. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http