1. 13 Dec, 2012 1 commit
  2. 07 Dec, 2012 2 commits
  3. 16 Nov, 2012 1 commit
  4. 06 Nov, 2012 2 commits
  5. 05 Sep, 2012 1 commit
  6. 29 May, 2012 1 commit
  7. 08 Mar, 2012 3 commits
  8. 07 Mar, 2012 1 commit
    • svenpanne@chromium.org's avatar
      Make the runtime entry for setting/changing accessors "atomic". · 1729e3c0
      svenpanne@chromium.org authored
      Previously, there were 1 or 2 calls to the runtime when accessors were changed
      or set. This doesn't really work well with property attributes, leading to some
      hacks and complicates things even further when trying to share maps in presence
      of accessors. Therefore, the runtime entry now takes the full triple (getter,
      setter, attributes), where the getter and/or the setter can be null in case they
      shouldn't be changed.
      
      For now, we do basically the same on the native side as we did before on the
      JavaScript side, but this will change in future CLs, the current CL is already
      large enough.
      
      Note that object literals with a getter and a setter for the same property still
      do 2 calls, but this is a little bit more tricky to fix and will be handled in a
      separate CL.
      
      Review URL: https://chromiumcodereview.appspot.com/9616016
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10956 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      1729e3c0
  9. 05 Mar, 2012 1 commit
  10. 20 Feb, 2012 1 commit
  11. 12 Dec, 2011 1 commit
  12. 05 Dec, 2011 1 commit
  13. 28 Nov, 2011 1 commit
  14. 15 Nov, 2011 1 commit
  15. 10 Nov, 2011 1 commit
  16. 04 Nov, 2011 1 commit
  17. 31 Oct, 2011 1 commit
  18. 24 Oct, 2011 1 commit
  19. 20 Oct, 2011 1 commit
  20. 19 Oct, 2011 2 commits
  21. 18 Oct, 2011 1 commit
  22. 17 Oct, 2011 1 commit
  23. 12 Oct, 2011 1 commit
  24. 22 Sep, 2011 1 commit
  25. 16 Sep, 2011 1 commit
  26. 15 Sep, 2011 1 commit
  27. 14 Sep, 2011 2 commits
  28. 13 Sep, 2011 1 commit
  29. 07 Sep, 2011 1 commit
    • lrn@chromium.org's avatar
      Avoid size increase of snapshot. · 2c8680cc
      lrn@chromium.org authored
      The prototype of builtin functions is already unwritable, so we don't
      have to make it so (the default map for functions changes after builtins
      are initialized).
      
      We no longer need to make the prototype non-extensible, since all properties
      that are ever read by the bultins code has been added and frozen already.
      Adding properties to the prototype, or changing its __proto__, cannot affect
      code.
      
      Removing these two pieces of initialization code reduces the snapshot size
      by a few Kb.
      
      Review URL: http://codereview.chromium.org/7839028
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9166 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      2c8680cc
  30. 06 Sep, 2011 1 commit
  31. 05 Sep, 2011 2 commits
  32. 02 Sep, 2011 1 commit
  33. 01 Sep, 2011 1 commit