From: Cedric Bail Date: Wed, 3 Jul 2013 03:53:25 +0000 (+0900) Subject: eo: another small micro optimization giving a 10% speed increase. X-Git-Tag: submit/devel/efl/20131022.203902~487 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a865b77c14f4145f38bedebb7692a78875575b3a;p=platform%2Fupstream%2Fefl.git eo: another small micro optimization giving a 10% speed increase. --- diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index 8863639..2852cce 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -261,7 +261,7 @@ _eo_kls_itr_func_get(const _Eo_Class *cur_klass, Eo_Op op) } \ while (0) -static Eina_Bool +static inline Eina_Bool _eo_op_internal(const char *file, int line, _Eo *obj, const _Eo_Class *cur_klass, Eo_Op_Type op_type, Eo_Op op, va_list *p_list) {