Comment Re:Java pays more than C# (Score 1) 106
The longest run I saw when I glanced over it was 10 seconds.
On quadcore 10.71 elapsed seconds for a Java fannkuch-redux program that takes 42.25 cpu seconds.
So: the Java code was not even jit compiled
You must believe that Java is incredibly slow to JIT tiny tiny programs.
while the C# code most likely was AOT compiled
No. There is a separate comparison between C#