Team-CC-Corp / JVML-JIT

A continuation of JVML which JITs Java bytecode to Lua bytecode rather than interpreting.
MIT License
30 stars 4 forks source link

'<<', '>>' and '>>>' throwing "Java Exceptions"? #57

Open Turakar opened 9 years ago

Turakar commented 9 years ago

If you use one of these operators in your code, you get an "Java Exception". Although I think these operators are quite easy to implement, I can't do that, as I'm not understanding the jit code (It's kinda confusing and a lot of things will change with the 'ASM-Framework' afaik).

ElvishJerricco commented 9 years ago

We'll look into this after merging emit-dev to master

Turakar commented 9 years ago

ok

Turakar commented 9 years ago

What do you think about fixing this?

ElvishJerricco commented 9 years ago

Sorry I've been really busy during the holidays. I might be able to get back on stuff this week. First, I'm like 40% done with File IO. So after that I'll look at this. Of course anyone else is free to implement this.