Re: [jruby-dev] Working on IR2JVM backend

2012-04-09 Thread Thomas E Enebo
I think the main issue is they need to be encoded as some sort of operand. We need to be able to dump/load instructions. We could create a special operand for this maybe? -Tom On Sat, Apr 7, 2012 at 5:21 PM, Charles Oliver Nutter wrote: > I'll reply to this with notes as I go. > > AliasInstr h

[jruby-dev] Mail from ci.jruby.org is failing

2012-04-09 Thread Uwe Kubosch
Hi all! The mail from ci.jruby.org is failing with bad username/password for t...@jruby.org Anybody got the access and time to fix it? -- Uwe Kubosch http://jruby.org/ - To unsubscribe from this list, please visit: htt

Re: [jruby-dev] Working on IR2JVM backend

2012-04-09 Thread Thomas E Enebo
After talking to subbu we will make an IdentifierOperand for this case (and also use it in the other places where we know we are working with identifiers). This is useful in pointing out the real type of what the argument represents. It should also make it easier for the compiler to generically

Re: [jruby-dev] Mail from ci.jruby.org is failing

2012-04-09 Thread Thomas E Enebo
Should be fixed now...I need to wait to see if so though :) -Tom On Mon, Apr 9, 2012 at 10:24 AM, Uwe Kubosch wrote: > Hi all! > > The mail from ci.jruby.org is failing with bad username/password for > t...@jruby.org > > Anybody got the access and time to fix it? > > -- > Uwe Kubosch > http://j

Re: [jruby-dev] Mail from ci.jruby.org is failing

2012-04-09 Thread Uwe Kubosch
It is working. Thanks! On 2012-04-09, at 18:33, Thomas E Enebo wrote: > Should be fixed now...I need to wait to see if so though :) > > -Tom > > On Mon, Apr 9, 2012 at 10:24 AM, Uwe Kubosch wrote: >> Hi all! >> >> The mail from ci.jruby.org is failing with bad username/password for >> t..