Why is returning a struct too slow in C program?

前端 未结 0 733
故里飘歌
故里飘歌 2021-01-26 19:50

I am using perf to profile my C program. The most time comusing instruction is the return instruction, which returns a struct. Here is an

相关标签:
回答
  • 消灭零回复
提交回复
热议问题