Re: [pypy-dev] JVM backend - status and future work possibilities?

2011-05-11 Thread Charles Oliver Nutter
FWIW I would be happy to help out with advice and direction, especially if the JVM backend could be rejiggered to take advantage of the new invokedynamic bytecode in Java 7. I have been using it for JRuby and have been very pleased with it. Anyway, I really hope the JVM backend can move forward

Re: [pypy-dev] cpyext: Detecting pypy and other issues

2011-05-11 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/04/2011 08:54 PM, Roger Binns wrote: > On 05/02/2011 01:36 PM, Roger Binns wrote: >> On 05/01/2011 11:30 PM, Antonio Cuni wrote: >>> you are right, we lack such a document. Do you feel like writing it? :-) > >> I'll make an initial stab at it th

Re: [pypy-dev] JVM backend - status and future work possibilities?

2011-05-11 Thread Dario Bertini
2011/5/11 Michał Bendowski : > Welcome everyone :) > > I was wondering what is the current status of the JVM backend. I'm > asking because I am considering working on it for my master's thesis - > I was inspired by a call to action from the "Features" page of > pypy.org. Unfortunately it's unclear

[pypy-dev] JVM backend - status and future work possibilities?

2011-05-11 Thread Michał Bendowski
Welcome everyone :) I was wondering what is the current status of the JVM backend. I'm asking because I am considering working on it for my master's thesis - I was inspired by a call to action from the "Features" page of pypy.org. Unfortunately it's unclear to me how much work needs to be done her