31 points by leonry 9 months ago | 5 comments
relistan 9 months ago
I don't think the intent of this whole thing is to say that there is no point in modern improvements. But it _is_ good to have some reference on how much we used to get done with so little. Those several decades of complexity growth are buying us some stuff, but maybe not as much as we think.
miohtama 9 months ago
pjmlp 9 months ago
akira2501 9 months ago
These older compilers also did nearly direct translation of your code into assembly, barely did any optimization, and made heavy use of the stack to smooth everything out. Pascal, in particular, due to it's ability to nest procedures and native set types generated some pretty suboptimal code.
It's why we had things like register variables and decent inline assembly primitives.
WesolyKubeczek 9 months ago
9 months ago