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
Dec 16, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment