On Sun, 17 Aug 2014 01:11:51 -0300 Vinícius dos Santos Oliveira
<vini.ipsma...@gmail.com> said:

> 2014-08-16 23:37 GMT-03:00 Carsten Haitzler <ras...@rasterman.com>:
> 
> > yup. thats what phab does. phabricator is what we use for our dev site and
> > it's
> > written by a bunch of ex facebook guys. thus fb is what it supports.
> >
> 
> I don't have a fb account, so I'm replying here.
> 
> First, good to see you posting again.
> 
> Secondly, it looks very promising. Good to see the EFL community is still
> improving its technologies.
> 
> Now, just a few questions:
> 
>    - A few languages can guarantee that dangling references cannot be
>    created or have its own techniques to detect them. Is the object-checking
>    (dis)activatable? I mean, is there an alternative way to call the Eo
>    functions without the unnecessary checking cost?

compile-time for efl itself. you have to build it without checking. i'd advise
against it because efll uses its own objects internally and if efl has a
mistake in it you just nuked efl's own internal safety. i highly suggest not
doing this.

it may be that we remove the ability to compile without this check in the end
as i an just see it now. gentoo ricers are going to add a use flag to turn this
off and then we will get tonnes of stability complaints because the rest of us
normal people run without turning the safety off.

it's worth keeping this safety on. it doesn't cost much and is totally worth
it. 

>    - Is it thread-safe? I know it's a silly question, but a word confirming
>    it would be good.

eo is. yes. efl in general (evas, edje etc.) are not, but eo is.

> 
> 
> -- 
> Vinícius dos Santos Oliveira
> https://about.me/vinipsmaker
> ------------------------------------------------------------------------------
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-de...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to