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: [FORTRAN PATCH] Reduce gfc_match_strings usage (part 2)


I would be grateful if you could check its effect on the profile, FX.

I'm sorry but I won't be able to do that. When I did the profiling, I was rather disappointed that front-end functions didn't score higher (like Brooks, my reaction was "no real potential for optimization") so I only made a copy of the profile and destroyed the build.


Now, it's rather easy to do (it's shorter than a bootstrap, actually): ./configure --disable-bootstrap CFLAGS=-pg LDFLAGS=-pg && make. Then you run f951 by hand so that other subprocesses don't override its gmon.out file.

Sorry again,
FX


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