On Thu, Dec 9, 2010 at 2:15 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> Reduce stack usage
>
>  For functions often called, don't put unneded mem on stack

That commit doesn't make anysense to me. tmp = alloca(PATH_MAX) is
strictly the same as a char tmp[PATH_MAX]. And stack usage is only
accounted when you use it all or jump to an inner function. I don't
get what was your intent with that commit.
-- 
Cedric BAIL

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to