I am sure Java is ahead of MS right now as far as JITs go. If MS knows one thing it's getting stuff to run fast under Win32. You will see a really fast CLR JIT soon enough.Originally posted by: Descartes
I'd like to see some performance numbers between MS' CLR JIT'er and some performant JIT'ers from competing Java VMs.The real magic is in the VM.
I am able to run Java Swing now with the JDK JIT and not feel any of the clunkiness attributed to Java. It's getting better as chip speeds increase and JITs get better. The real work is on the servers. BEA's Weblogic JRockit is looking promising.