函數調用的開銷

作了幾個實驗,簡單學習瞭解一下函數調用的開銷。ide   程序1—沒有參數的函數調用:函數 #include <stdio.h> void test() { return; } int main(int argc, char *argv[]) { test(); return 0; } 學習 用gcc -S獲得程序1的彙編代碼:spa .file "te
相關文章
相關標籤/搜索