This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: fix PR rtl-optimization/23898
- From: Joern RENNECKE <joern dot rennecke at st dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 20 Sep 2005 22:01:20 +0100
- Subject: Re: RFA: fix PR rtl-optimization/23898
- References: <43305ADF.6010708@st.com> <20050920202240.GA7481@redhat.com>
Richard Henderson wrote:
! get_attr_length_1 (rtx insn ATTRIBUTE_UNUSED, int (*fallback_fn) (rtx))
Is there any compelling reason to make this inline?
I think we do a lot of length calculations in shorten_branches. By using
an inline function. we preserve the current speed (if the compiler is
optimized),
without source code duplication or macro weirdness.