>>81
If there weren't significant performance difference, everyone would use garbage collected languages.
However, the difference is so huge that anything that is important (drivers, kernels, etc) is written with the consideration of the lowest level, so using c,c++ and even assembly.