How do Java JIT compilers cope with JPython?

Alex alex at somewhere.round.here
Fri Feb 25 15:48:44 EST 2000


Hi.  Has anyone looked at how effective the new Java JIT compiler is for
run-time optimization of JPython byte code?  If you have a JPython
function that is always called with a list as an argument, is the
compiler smart enough to optimize for this?  I'm guessing no, but I
thought I would check whether anyone has looked.

Alex.



More information about the Python-list mailing list