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. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ 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