Leros
Lifer
I would think the JVM would be faster for certain applications. One advantage of JIT compilation is that the JVM can recompile the code wtih optimizations based on collected runtime data. This could allow the JVM to perform better optimization than the C compiler, leading the Java program having better performance.