View Single Post
  #8 (permalink)  
Old January 23rd, 2004
trap_jaw4 trap_jaw4 is offline
Moderator
 
Join Date: May 16th, 2003
Posts: 1,118
trap_jaw4 is flying high
Default

Quote:
Originally posted by Morgwen
How does this version work? I guess not with a VM...
GCC or rather G++ has the reputation of notoriously creating slow and poorly optimized compiled code, while modern java VMs can profile and optimize the same code for different tasks in run-time.

Here is an article from somebody who did the right tests to prove that Java is faster than C++
http://www.kano.net/javabench/index
http://www.kano.net/javabench/data

This is another interesting article on the same topic (and a little less biased) although a little older:
http://www.idiom.com/~zilla/Computer...benchmark.html
Reply With Quote