※ [本文转录自 C_and_CPP 看板 #1JjIuUDM ]
作者: NoTeXactLy (NoTeXactLy) 看板: C_and_CPP
标题: [问题] funtion、address、instruction的关系
时间: Thu Jul 3 18:19:06 2014
以下是书本的句子:
When a program reaches the function call instruction, the program stores the
memory address of the instruction immediately following the function call,
copies function arguments to the stack(a block of memory reserved for that
purpose), jumps to the memory location that marks the beginning of the
function, executes the instructon whose address it saved.
出处:
http://tinyurl.com/o6xo4bd
C++ primer plus
books.google.com
请问
function call instruction、instruction、function call这三者指同样东西吗?
而function是指function definition吗?
谢谢