1. 04 Nov, 2011 1 commit
  2. 31 Oct, 2011 1 commit
  3. 24 Oct, 2011 1 commit
  4. 20 Oct, 2011 1 commit
  5. 19 Oct, 2011 2 commits
  6. 18 Oct, 2011 1 commit
  7. 17 Oct, 2011 1 commit
  8. 12 Oct, 2011 1 commit
  9. 22 Sep, 2011 1 commit
  10. 16 Sep, 2011 1 commit
  11. 15 Sep, 2011 1 commit
  12. 14 Sep, 2011 2 commits
  13. 13 Sep, 2011 1 commit
  14. 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
  15. 06 Sep, 2011 1 commit
  16. 05 Sep, 2011 2 commits
  17. 02 Sep, 2011 1 commit
  18. 01 Sep, 2011 1 commit
  19. 25 Aug, 2011 2 commits
  20. 22 Aug, 2011 1 commit
  21. 18 Aug, 2011 1 commit
  22. 08 Aug, 2011 1 commit
  23. 05 Aug, 2011 2 commits
  24. 03 Aug, 2011 2 commits
  25. 01 Aug, 2011 1 commit
  26. 21 Jul, 2011 2 commits
  27. 20 Jul, 2011 2 commits
  28. 18 Jul, 2011 1 commit
  29. 13 Jul, 2011 2 commits
  30. 07 Jul, 2011 1 commit
  31. 28 Jun, 2011 1 commit