MS Visual C++ (.NET) vs C++

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

beggerking

Golden Member
Jan 15, 2006
1,703
0
0
a well written C++ code can produce better/ more effecient assembly code than a badly handwritten assembly code..

because of the JIT (overhead, etc) , I was expecting .net program to run slower than native code speed produced by C...I was surprised that isn't the case... umm..

I thought Java was intentionally made slow by microsoft JVM ..? :) at least that was what my college instructor said years ago..