This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inlining __cyg_profile_func_{enter,exit} ?
- From: Richard Henderson <rth at redhat dot com>
- To: "Bill Rugolsky Jr." <brugolsky at yahoo dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 11 Dec 2001 15:58:54 -0800
- Subject: Re: Inlining __cyg_profile_func_{enter,exit} ?
- References: <20011211120753.A20918@ead45>
On Tue, Dec 11, 2001 at 12:07:53PM -0500, Bill Rugolsky Jr. wrote:
> I was wondering whether there is any inherent obstacle
> in the current implementation to inlining __cyg_profile_func_{enter,exit}?
Yes. These additions are made after inlining.
r~