系统未建立
发布时间:2016-08-17 11:49:08
GCC的几个常用选项 -fomit-frame-pointer 去除函数框架- -Tag: 函数框架 &nb.........【阅读全文】
发布时间:2016-08-17 10:38:12
本篇文章来源于 Linux公社网站(www.linuxidc.com) 原文链接:http://www.linuxidc.com/Linux/2013-03/81246p2.htm优化你的软件时,发觉"-fomit-frame-pointer"这个选项还是蛮有用的。 GCC手册上面这么说:Don't keep the frame pointer in a register for functions that don't need one. This avoids the .........【阅读全文】