Re: jvm.ops

2002-05-01 Thread Dan Sugalski
e attached a fledgling jvm.ops. Does my C code >look ok? I like it, it looks good, and I'm having very scary thoughts about Java and Parrot. Thoughts like: "How about we build Java method call shims so Java cna call Parrot and vice versa?" or "How about we emulate the JNI inter

jvm.ops

2002-05-01 Thread Leon Brocard
iload_0 jvm_print end Cute, huh? Of course, Java interpreters are very optimised (and non-dynamic) and without JITs doing it in Parrot is about 6 times slower, but it's interesting nevertheless. Is this the kind of thing I should be doing? I've attached a fledgling jvm.ops. Does