1. 20 Mar, 2014 1 commit
  2. 19 Mar, 2014 1 commit
  3. 17 Mar, 2014 1 commit
  4. 05 Mar, 2014 1 commit
  5. 17 Feb, 2014 1 commit
  6. 07 Feb, 2014 1 commit
  7. 05 Feb, 2014 1 commit
  8. 04 Feb, 2014 1 commit
  9. 03 Feb, 2014 1 commit
  10. 01 Feb, 2014 1 commit
  11. 29 Jan, 2014 1 commit
  12. 16 Jan, 2014 5 commits
  13. 14 Jan, 2014 1 commit
  14. 13 Jan, 2014 2 commits
  15. 10 Jan, 2014 1 commit
  16. 18 Dec, 2013 3 commits
  17. 04 Dec, 2013 1 commit
  18. 29 Nov, 2013 1 commit
    • yurys@chromium.org's avatar
      Do not put allocated block into HeapObjectsMap · 55674264
      yurys@chromium.org authored
      Heap allocation reported to AllocationTracker may be later divided into several objects so it is incorrect to put the block as a new HeapObject into the map. We will match allocated block with actual HeapObjects later when iterating Heap (will be addressed in another patch). Since the objects are not assigned an id immediately after creation we need to call FindOrAddEntry when finding id for SharedFunctionInfo during stack crawling.
      
      Removed hooks for tracking creation of AllocationMemento. AllocationMemento is not a HeapObject and should be considered as implementation overhead.
      
      Renamed NewObjectEvent to AllocationEvent which is more precise in case of folded allocations and when a part of the new block becomes AllocationMemento.
      
      BUG=None
      LOG=N
      R=loislo@chromium.org, mstarzinger@chromium.org
      
      Review URL: https://codereview.chromium.org/95283003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18151 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      55674264
  19. 27 Nov, 2013 1 commit
  20. 21 Nov, 2013 1 commit
  21. 11 Nov, 2013 1 commit
  22. 08 Nov, 2013 2 commits
  23. 24 Oct, 2013 1 commit
  24. 14 Oct, 2013 1 commit
  25. 04 Oct, 2013 1 commit
  26. 02 Oct, 2013 1 commit
  27. 01 Oct, 2013 1 commit
  28. 24 Sep, 2013 1 commit
  29. 23 Sep, 2013 1 commit
  30. 19 Sep, 2013 1 commit
  31. 18 Sep, 2013 1 commit
  32. 11 Sep, 2013 1 commit