are we doing....

1. loop optimizations?
2. variable declaration concatenation?
3. dynamic window optimization -> reuse?
4. maximize object resolution speed and minimize scope chain?
5. speed up object-property lookups inside a loop?
6. Reduce the number of dot lookups ("dot calls") using forms?
7. minimize lookups inside a loop involving arrays?
8. minimize the use of document.write call statements?
9. dynamically call several external files?
10. avoid unnecessary DOM references in objects?
11. minimize Math lookups?
12. caching frequently used global objects or property references?
13. avoid the use of for-to loops?
14. execute a do-while loop with flipped and reverse counting but counting up, 
not down?

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

Stefan
                                          
------------------------------------------------------------------------------
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