ssage-
From: "Cedric BAIL"
To: "e-devel";
Cc: ;
Sent: 2015-03-25 (수) 23:11:31
Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idler: + null
check.
Eo is tricky here and not obvious. You need to use eo_isa in fact as data
scope can return invalid pointer diff
acutally, in this case just null checking is enough instead of eo do func.
-Regards, Hermet-
-Original Message-
From: "Tom Hacohen"
To: ;
Cc:
Sent: 2015-03-26 (목) 06:19:14
Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_idl
On 25/03/15 14:11, Cedric BAIL wrote:
> Eo is tricky here and not obvious. You need to use eo_isa in fact as data
> scope can return invalid pointer different from null...
>
It's significantly slower to check that. There's actually a define that
that lets you enable that kind of checking. However
Eo is tricky here and not obvious. You need to use eo_isa in fact as data
scope can return invalid pointer different from null...
Le 24 mars 2015 22:45, "ChunEon Park" a écrit :
>
> hermet pushed a commit to branch master.
>
>
http://git.enlightenment.org/core/efl.git/commit/?id=e56548aa33000561f
hermet pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=e56548aa33000561f1970abd48bfc03f05019415
commit e56548aa33000561f1970abd48bfc03f05019415
Author: ChunEon Park
Date: Wed Mar 25 14:42:44 2015 +0900
ecore_idler: + null check.
like timer,