This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Using LTO-enabled libgfortran
- From: Thomas Koenig <tkoenig at netcologne dot de>
- To: gcc mailing list <gcc at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Tue, 16 Aug 2016 19:11:26 +0200
- Subject: Using LTO-enabled libgfortran
- Authentication-results: sourceware.org; auth=none
What would it take to use an LTO-enabled version of gfortran?
It could turn out to be quite useful for speeding up programs,
especially where I/O or array intrinsics are used.
I also expect many issues to surface where libgfortran is
playing with types in a way that could break LTO, so I
would not expect this to be an easy thing.
So, ideas anybody? I don't think any other library included
with gcc does this, correct?
Regards
Thomas