Hacker News new | ask | show | jobs
by pjmlp 3407 days ago
An ARM Cortex-M4 is already powerful enough to run a Java runtime.

http://www.microej.com/products/device-software-development/...

1 comments

Great! But when you have hard timing requirements measured in microseconds, you generally need some fine-grained control over the instructions the CPU ends up running. All the knobs and levers C and C++ offer you are quite useful here.
True, but those embedded Java runtimes also have such kind of knobs and levers, they just look different from what C and C++ devs are used to.