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: Don't allow sibcalls on nested functions


On Mon, Apr 21, 2003 at 05:15:48PM -0400, Richard Kenner wrote:
> +       /* If the called function is nested in the current one, it might
> +          access some of the caller's arguments, but could clobber them
> +          beforehand if the argument areas are shared.  */

Huh?  This doesn't make any sense at all.  When, exactly, 
are argument areas "shared" between caller and callee?

"Never" is the condition that comes to mind.


r~


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