- Java = interpreter = slow ? Not true for JIT !
- consider additional Java functionality (exception handling, array check, GC, ..)
- builtin types, static methods, pre-allocated objects:
no reason why JITed Java should be slower than compiled C
(put aside optimization)