Re: Is there stack associated when a executing an inline function?
- From: richard@xxxxxxxxxxxxxxx (Richard Tobin)
- Date: 29 Feb 2008 22:08:37 GMT
In article <878x134exm.fsf@xxxxxxxxxxxxxxx>,
Keith Thompson <kst-u@xxxxxxx> wrote:
So you have some specific definition of the term "stack frame" in
mind, one that includes the storage reserved by an ordinary function
call, but that excludes the storage that might be reserved in other
circumstances, such as a call to an inline function or a call to the
non-standard alloca() function.
Perhaps you can tell us what this definition is, preferably by citing
the standard.
You know it's not in the standard, but it is in fact the normal
definition, even if he didn't cover all the edge cases.
Jacob's answers are often ones that will help a beginner, even if
they're not 100% precise.
-- Richard
--
:wq
.
- References:
- Is there stack associated when a executing an inline function?
- From: Mahesh
- Re: Is there stack associated when a executing an inline function?
- From: Kaz Kylheku
- Re: Is there stack associated when a executing an inline function?
- From: jacob navia
- Re: Is there stack associated when a executing an inline function?
- From: Keith Thompson
- Is there stack associated when a executing an inline function?
- Prev by Date: Re: Variable-sized lines of text in linked list
- Next by Date: Re: dual core and c
- Previous by thread: Re: Is there stack associated when a executing an inline function?
- Next by thread: Re: Is there stack associated when a executing an inline function?
- Index(es):
Relevant Pages
|