cedric pushed a commit to branch master.

commit a865b77c14f4145f38bedebb7692a78875575b3a
Author: Cedric Bail <[email protected]>
Date:   Wed Jul 3 12:53:25 2013 +0900

    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 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)
 {

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to