1. 22 Aug, 2014 1 commit
  2. 08 Aug, 2014 1 commit
  3. 30 Jun, 2014 1 commit
  4. 20 Jun, 2014 1 commit
  5. 03 Jun, 2014 1 commit
  6. 20 May, 2014 1 commit
  7. 12 May, 2014 2 commits
  8. 29 Apr, 2014 1 commit
  9. 24 Apr, 2014 2 commits
  10. 26 Mar, 2014 2 commits
  11. 02 Sep, 2013 2 commits
  12. 07 Aug, 2013 2 commits
  13. 06 Aug, 2013 1 commit
  14. 19 Jul, 2013 2 commits
  15. 03 Jul, 2013 1 commit
  16. 27 Jun, 2013 1 commit
  17. 26 Jun, 2013 2 commits
  18. 25 Jun, 2013 1 commit
  19. 19 Jun, 2013 1 commit
  20. 20 Jun, 2012 1 commit
  21. 11 Jun, 2012 1 commit
  22. 04 Jun, 2012 1 commit
  23. 15 Mar, 2012 1 commit
    • svenpanne@chromium.org's avatar
      Ensure that generated code for object literals will call... · c644c4e8
      svenpanne@chromium.org authored
      Ensure that generated code for object literals will call Runtime_DefineOrRedefineAccessorProperty only once per accessor property.
      
      To do this, we collect all accessor properties in a first pass and emit code for
      defining those properties afterwards in a second pass.
      
      As a finger exercise, the table used for collecting accessors has a (subset of
      an) STL-like iterator interface, including STL-like names and operators.
      Although C++ is quite verbose here (as usual, but partly this is caused by our
      current slightly clumsy classes/templates), things work out quite nicely and it
      cleans up some confusion, e.g. a table entry is not an iterator etc.
      Everything compiles into very efficient code, e.g. the loop condition 'it !=
      accessor_table.end()' compiles into a single 'testl' instruction on ia32.
      +1 for using standard APIs!
      
      Review URL: https://chromiumcodereview.appspot.com/9691040
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11051 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c644c4e8
  24. 23 Feb, 2012 1 commit
  25. 22 Feb, 2012 1 commit
  26. 30 Jan, 2012 2 commits
  27. 11 Nov, 2011 1 commit
  28. 29 Aug, 2011 1 commit
  29. 22 Aug, 2011 1 commit
  30. 17 Aug, 2011 1 commit
  31. 15 Jul, 2011 1 commit
  32. 12 Jul, 2011 1 commit