|
|
|
|
|
by bee_rider
1025 days ago
|
|
I don’t think such an optimization exists. The nice think about Fortran it that is does the sensible thing by default for the type of scientific computing codes that are inside it’s wheelhouse (the trivial example, it assumes arguments don’t alias by default). C can beat anything, assuming unlimited effort. Fortran is nice for scientists who want to write pretty good code. Or grad students who are working on dissertations in something other than hand-tuning kernels. |
|
For a long time Fortran was actually unbeatable and C did not suffice to specify all possible uses of assembly...