Introduction - If you have any usage issues, please Google them yourself
How to optimize function call is very important for function language such as C,because it is often expen-sive to call a function and pass parameters between caller and callee,and function call occurs very frequency.In this paper,the authors discuss a method to optimize function call,such as how to optimize function’s prologue codes,and propound some key issues within implementation and a way to handle them