eo: another small micro optimization giving a 10% speed increase.
authorCedric Bail <cedric.bail@samsung.com>
Wed, 3 Jul 2013 03:53:25 +0000 (12:53 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 4 Jul 2013 04:02:28 +0000 (13:02 +0900)
src/lib/eo/eo.c

index 8863639..2852cce 100644 (file)
@@ -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)
 {