On Mon, Oct 12, 2009 at 7:59 AM, Brian Wang <brian.wang.0...@gmail.com> wrote:
> On Mon, Oct 12, 2009 at 11:30 AM, David Seikel <onef...@gmail.com> wrote:
>> On Mon, 12 Oct 2009 10:49:03 +0800 Brian Wang
>> I do remember a time when we managed to get the startup time of e17
>> itself down to a fraction of a second on a typical desktop.  Maybe 5
>> seconds tops on the sort of device you mentioned.  I don't know what it
>> is these days.
>
> You mean e17 spends 5 seconds all by itself?  Hm... sounds like a
> daunting task ahead of me...

It really depend on your hardware and your configuration. During the
bootup process of E17, what count is IO operation. Most are due to
module, so by carefully choosing them you will reduce the boot time.
The second source of IO is library dependencies. If you reduce to the
minimum the number of needed library to be loaded, you can win a lot
of time. You can currently build all the library from eina to efreet,
including evas as a static library only. If you have only one user of
the EFL, this could help you.

But the best things to do, is to try, then profile and improve things.
So just let us know what you test give on your hardware :-)
-- 
Cedric BAIL

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to