|
|
|
|
|
by eru
2613 days ago
|
|
Though the main reason (for a while) that Fortran compilers could produce faster code was that they were allowed to assume that variables (including arguments to your functions) don't alias each other. See http://beza1e1.tuxen.de/articles/faster_than_C.html |
|