This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fortran/PR31593 Speed up some loops


Tobias Schlüter wrote:
+   This helps the optimizers by avoiding doing arithmetic on the extra
+   induction variable used in the general case.  The copying around of
^^^^^^^^^^^^^^^^^^^^
+ the upper bound and the dovar is done to prevent escaping pointers
^^^^^^^^^^^^^^^
+ from pessimizing the code. */

That part of the comment isn't meant to be there any longer.


Cheers,
- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]