Dec 16, 2008

What is stack frame?

What is stack frame?
Space is allocated on the stack when a procedure is called and is removed upon return from the procedure. The block of information stored on the stack to effect a procedure call and return is called the stack frame.
reference:
http://www.cs.uaf.edu/~cs301/notes/Chapter9/node11.html

No comments:

Post a Comment