On 06/15/2011 07:31 PM, Gustavo Sverzut Barbieri wrote:
> On Wed, Jun 15, 2011 at 4:28 AM, Enlightenment SVN
> <no-re...@enlightenment.org> wrote:
>> +   out->Set(v8::String::New("_eo"), v8::External::Wrap(eo));
> 
> Mike,
> 
> A hint for you is to store common strings in a pool and use their
> reference later. Good cases are "_eo" and property names such as
> "size", "color"... this way you avoid creating/destroying lots of them
> for simple and common queries... and may avoid typo errors as well.

Hey Gustavo,

Thanks for the hint.  I will try optimize it a bit more once I get
the structure looking right.  Right now, I'm trying to make
setting a property on an object in JavaScript update that property
in Evas immediately.

thanks,

Mike

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to