void func_a() __attribute__((noinline)) void call_func() { ... ... func_a(); ... ... } // func_a实现后置 void func_a() { ... ... }