Well, to be fair, C compilers produced significantly slower code back then. And when C++ came around, code that made heavy use of templates was dog slow until compiler technology caught up and could reliably inline templates. And Java was slow before it got generational GC and JIT.