1. 12 Jan, 2010 1 commit
  2. 06 Jan, 2010 1 commit
  3. 22 Dec, 2009 2 commits
  4. 18 Dec, 2009 1 commit
  5. 17 Dec, 2009 2 commits
  6. 16 Dec, 2009 1 commit
  7. 10 Dec, 2009 3 commits
  8. 09 Dec, 2009 1 commit
  9. 04 Dec, 2009 1 commit
  10. 03 Dec, 2009 2 commits
  11. 25 Nov, 2009 1 commit
  12. 24 Nov, 2009 1 commit
    • sgjesse@chromium.org's avatar
      Remove the different length string types · eb4d261e
      sgjesse@chromium.org authored
      The different length string types was used to encode the string length and the hash in one field. This is now split into two fields one for length and one for hash. The hash field still encodes the array index of the string if it has one. If an array index is encoded in the hash field the string length is added to the top bits of the hash field to avoid a hash value of zero.
      
      On 32-bit this causes an additional 4 bytes to be used for all string objects. On 64-bit this will be half on average dur to pointer alignment.
      Review URL: http://codereview.chromium.org/436001
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3350 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      eb4d261e
  13. 20 Nov, 2009 1 commit
  14. 10 Nov, 2009 1 commit
  15. 05 Nov, 2009 2 commits
  16. 27 Oct, 2009 1 commit
  17. 26 Oct, 2009 1 commit
  18. 21 Oct, 2009 1 commit
  19. 20 Oct, 2009 2 commits
  20. 16 Oct, 2009 1 commit
  21. 05 Oct, 2009 1 commit
  22. 02 Oct, 2009 1 commit
  23. 01 Oct, 2009 2 commits
  24. 16 Sep, 2009 1 commit
    • mikhail.naganov@gmail.com's avatar
      Add initial version of retainers heap profile. · abc0bd46
      mikhail.naganov@gmail.com authored
      The profile is taken together with constructors profile. In theory, it
      should represent a complete heap graph. However, this takes a lot of memory,
      so it is reduced to a more compact, but still useful form. Namely:
      
       - objects are aggregated by their constructors, except for Array and Object
         instances, that are too hetereogeneous;
      
       - for Arrays and Objects, initially every instance is concerned, but then
         they are grouped together based on their retainer graph paths similarity (e.g.
         if two objects has the same retainer, they are considered equal);
      
      Review URL: http://codereview.chromium.org/200132
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2903 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      abc0bd46
  25. 01 Sep, 2009 1 commit
  26. 31 Aug, 2009 2 commits
  27. 26 Aug, 2009 2 commits
  28. 25 Aug, 2009 1 commit
  29. 24 Aug, 2009 1 commit
  30. 21 Aug, 2009 1 commit