your affirmation is java/.net can be as fast or faster than c++ and that will never be true no matter the VM/Jit you use cuz you are bound to compare code equally or optimally optimized in both languages and using the best tools for each language[that includes compiler] and in that scenario C/C++ smoke anything else[fortran/pascal can be the excepcion].
now if you write crappy code Jit languages will make your life somehow easier than write crappy code on C++ and crappy code can be faster in a VM due to certain optimization passes that a compiler won't do unless instructed <-- here you are right.
about SSEX/AVX there are many solutions to that hence require more brain time but is perfectly doable



Reply With Quote