Re: Is there stack associated when a executing an inline function?
- From: rlb@xxxxxxxxxxxxxxxxxxxxxx (Richard Bos)
- Date: Fri, 29 Feb 2008 08:06:17 GMT
Mahesh <mahesh1280@xxxxxxxxx> wrote:
I need to know if stack frames are generated in case of a
inline function execution or do they execute just like macros?
There is no definite answer to that question, so you will have to read
the documentation for your implementation. Be prepared to find that the
answer may be "no, it is neither the same as a normal function nor as a
normal macro".
Richard
.
- References:
- Prev by Date: Re: Variable-sized lines of text in linked list
- Next by Date: Re: printf() causes core dump
- Previous by thread: 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
|