1. 26 Oct, 2009 1 commit
  2. 23 Oct, 2009 1 commit
  3. 22 Oct, 2009 1 commit
  4. 21 Oct, 2009 1 commit
  5. 20 Oct, 2009 2 commits
  6. 15 Oct, 2009 1 commit
  7. 14 Oct, 2009 1 commit
  8. 12 Oct, 2009 1 commit
  9. 06 Oct, 2009 1 commit
  10. 30 Sep, 2009 1 commit
  11. 21 Sep, 2009 1 commit
  12. 17 Sep, 2009 1 commit
  13. 15 Sep, 2009 1 commit
  14. 09 Sep, 2009 1 commit
  15. 28 Aug, 2009 1 commit
  16. 26 Aug, 2009 2 commits
  17. 25 Aug, 2009 2 commits
  18. 19 Aug, 2009 1 commit
    • sgjesse@chromium.org's avatar
      Analyze functions for assignment to this properties. · 4e03645d
      sgjesse@chromium.org authored
      During parsing functions are analyzed for statements of the form this.x = ...;. These assignments are categorized in two types: simple and non simple. The simple ones are where the right hand side is known to be either a constant or an argument to the function. If a function only contains statements of this type the property names are collected and for the simple assignments the index of the argument or the constant value assigned are stored as well.
      
      When the initial map for a function is created and the function consists of only this type of assignemnts the initial map is created with a descriptor array describing these properties which will be known to always exist in an object created from the function.
      
      The information on this property assignments is not collected during pre-parsing so if compiling using pre-parse data these optimization hints are not available.
      
      Next step will be to use the information collected for the simple assignments to generate constructor code which will create and initialize the object from this information without calling the code for the function.
      Review URL: http://codereview.chromium.org/172088
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2710 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      4e03645d
  19. 06 Aug, 2009 1 commit
  20. 30 Jul, 2009 2 commits
  21. 28 Jul, 2009 5 commits
  22. 17 Jul, 2009 1 commit
  23. 16 Jul, 2009 4 commits
  24. 15 Jul, 2009 1 commit
  25. 14 Jul, 2009 1 commit
  26. 13 Jul, 2009 1 commit
  27. 10 Jul, 2009 2 commits
  28. 08 Jul, 2009 1 commit