This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Experimenting with tree inliner parameter settings
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: gcc at gcc dot gnu dot org
- Cc: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- Date: Sun, 4 May 2003 22:44:45 +0200 (CEST)
- Subject: Re: Experimenting with tree inliner parameter settings
[Summary / analysis of inline params snipped]
The SPEC results show, that at least defaults for C and Fortran do not
necessarily apply to C++ code (as the testcases from the PRs show).
So may I suggest again splitting the defaults per language? Especially for
templated C++ code with exceptions the instruction counting can be _very_
wrong.
Richard.