since we're talking small optimizations, some comments:

> +EAPI int efl_callbacks_cmp(const Efl_Callback_Array_Item *a, const 
> Efl_Callback_Array_Item *b);

static inline this here, this reduces the symbol lookup and will allow
some compiler optimizations to expand qsort() and avoid the function
call (not sure they do this now, but maybe in future).


-- 
Gustavo Sverzut Barbieri
--------------------------------------
Mobile: +55 (16) 99354-9890

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to