From a865b77c14f4145f38bedebb7692a78875575b3a Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Wed, 3 Jul 2013 12:53:25 +0900 Subject: [PATCH] eo: another small micro optimization giving a 10% speed increase. --- src/lib/eo/eo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index 8863639df4..2852cce20f 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) {