Quote: Original post by MasterQ
Java vs. C++
Or use this link:
http://java.sys-con.com/read/45250.htm?CFID=388847&CFTOKEN=9460D898-B6BB-AC8B-3C74121E272A4D92
In these tests java outperforms optimized C++ even with the initial JIT delay at the beginning.
For every fact I think you can find one webpage disclaiming that fact. That doesn't prove (or disprove) anything.
Quote: The results he got were that Java is significantly faster than optimized C++ in many cases.
I'd like to hear ONE reason why that is even possible. An EXPLANATION, not just a statement.
Quote: Some of the C++ tests would not compile. "I've never been very good at decoding GCC's error messages," he admits, "so if I couldn't fix a test with a trivial modification, I didn't include it in my benchmarks."
Ok so what we have here is a lame C++ programmer claiming Java is faster? Give me a break. He probably also doesn't know how to turn inlining on or off (to start with).