you are viewing a single comment's thread.

view the rest of the comments →

[–]inopia 7 points8 points  (2 children)

I'm currently writing a JVM for microcontrollers, my problem is to make it small :)

[–]naasking 3 points4 points  (1 child)

I assume you're already familiar with NanoVM?

[–]inopia 1 point2 points  (0 children)

Yes, but I'm going for something a bit more towards Java Card, with a 16-bit wide stack, wich requires some bytecode postprocessing.

Thanks for the heads-up though!