Re: [E-devel] [PATCH] Edje match improvement

2008-01-04 Thread Cedric BAIL
On Jan 2, 2008 4:10 PM, Cedric BAIL [EMAIL PROTECTED] wrote: Hi, Here is an updated patch from my previous attempt to replace _edje_glob_match. It now pass the matched signal and not the matched pattern. This should fix some little bug :) Another update that fix some unaligned memory

[E-devel] EET and EDJE improvements

2008-01-04 Thread Cedric BAIL
Hi, I am looking for a way to improve edje file load time. Right now a large amount of time is logically lost in _eet_data_descriptor_decode. So looking at its profile, most of the time is lost in manipulating string. It took me sometime to understand why we need to strdup all EET_T_STRING

Re: [E-devel] EET and EDJE improvements

2008-01-04 Thread Nathan Ingersoll
On Jan 4, 2008 4:02 PM, Cedric BAIL [EMAIL PROTECTED] wrote: Hi, I am looking for a way to improve edje file load time. Right now a large amount of time is logically lost in _eet_data_descriptor_decode. So looking at its profile, most of the time is lost in manipulating string. Before