On 09/23/2010 11:31 AM, Stefan Andersson wrote:
> are we doing....
> 
> 1. loop optimizations?

no

> 2. variable declaration concatenation?

not yet

> 3. dynamic window optimization -> reuse?

no

> 4. maximize object resolution speed and minimize scope chain?

not yet

> 5. speed up object-property lookups inside a loop?

no

> 6. Reduce the number of dot lookups ("dot calls") using forms?

what's that?

> 7. minimize lookups inside a loop involving arrays?

no

> 8. minimize the use of document.write call statements?

mh, maybe apart from some arcane occasions, we don't use document.write
at all

> 9. dynamically call several external files?

loading? yes, we do that

> 10. avoid unnecessary DOM references in objects?

i guess so

> 11. minimize Math lookups?

are you just throwing questions at us, or did you do some research? if
so, name your observations.

> 12. caching frequently used global objects or property references?

not yet

> 13. avoid the use of for-to loops?

do we use them at all?

> 14. execute a do-while loop with flipped and reverse counting but
> counting up, not down?

if you speak of optimizing custom code, no.

> 
> if not? why not? The "compiled" code is not going to be read anyways...

think for a second and you'll know.

if these questions have more meaning than showing off and keeping us
from real work, you're very welcome to search the bugzilla database,
inspect the code, both framework and generated application code, and
create well-crafted enhancement bugs for improvements that you see worth
implementing and are not already identified. will be appreciated.

t.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to