Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Enlightenment SVN wrote: Log: efl: stupid micro optimization. This single test accounted for 1% of my terminology benchmark. I am considering moving evas_string_char_next_get and eina_unicode_utf8_get_next to become inline as their function entry/exit

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thursday, January 17, 2013, Enlightenment SVN wrote: Log: efl: stupid micro optimization. This single test accounted for 1% of my terminology benchmark. I am considering moving

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Cedric BAIL wrote: On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi javascript:; wrote: On Thursday, January 17, 2013, Enlightenment SVN wrote: Log: efl: stupid micro optimization. This single test accounted for 1% of

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thursday, January 17, 2013, Cedric BAIL wrote: On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi javascript:; wrote: On Thursday, January 17, 2013, Enlightenment SVN

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thursday, January 17, 2013, Cedric BAIL wrote: On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi javascript:; wrote: On Thursday, January 17, 2013, Cedric BAIL wrote: On Thu, Jan 17, 2013 at 7:28 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Cedric BAIL
On Thu, Jan 17, 2013 at 10:34 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thursday, January 17, 2013, Cedric BAIL wrote: On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi javascript:; wrote: On Thursday, January 17, 2013, Cedric BAIL wrote:

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Gustavo Sverzut Barbieri
On Thu, Jan 17, 2013 at 12:15 PM, Cedric BAIL cedric.b...@free.fr wrote: On Thu, Jan 17, 2013 at 10:34 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thursday, January 17, 2013, Cedric BAIL wrote: On Thu, Jan 17, 2013 at 9:37 PM, Gustavo Sverzut Barbieri

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-17 Thread Cedric BAIL
On Fri, Jan 18, 2013 at 12:34 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 17, 2013 at 12:15 PM, Cedric BAIL cedric.b...@free.fr wrote: On Thu, Jan 17, 2013 at 10:34 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thursday, January 17, 2013, Cedric

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-16 Thread Gustavo Sverzut Barbieri
On Wednesday, January 16, 2013, Enlightenment SVN wrote: Eina_Bool async_unref; + Evas_Font_Array_Data *fad; texts = malloc(sizeof(*texts)); - texts-array = eina_inarray_new(sizeof(Evas_Font_Array_Data), -

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-16 Thread Cedric BAIL
On Wed, Jan 16, 2013 at 8:08 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wednesday, January 16, 2013, Enlightenment SVN wrote: Eina_Bool async_unref; + Evas_Font_Array_Data *fad; texts = malloc(sizeof(*texts)); -

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-16 Thread Gustavo Sverzut Barbieri
On Wednesday, January 16, 2013, Cedric BAIL wrote: On Wed, Jan 16, 2013 at 8:08 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi javascript:; wrote: On Wednesday, January 16, 2013, Enlightenment SVN wrote: Eina_Bool async_unref; +

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2013-01-16 Thread Tom Hacohen
On 16/01/13 11:29, Gustavo Sverzut Barbieri wrote: Based on what? If that's just psychological just don't. The text grid is already doing a bad job as I told in previous email. It's not a single int that will make situation drastically bad or good. If you stop to check the code you'll see that

Re: [E-devel] E SVN: cedric trunk/efl/src/lib/evas/canvas

2012-12-17 Thread Gustavo Sverzut Barbieri
On Monday, December 17, 2012, Enlightenment SVN wrote: Log: efl: detect all text change properly and don't destroy text if we don't relayout it. Author: cedric Date: 2012-12-16 19:34:08 -0800 (Sun, 16 Dec 2012) New Revision: 81061 Trac: