1. 09 Dec, 2009 1 commit
  2. 04 Dec, 2009 2 commits
  3. 03 Dec, 2009 1 commit
  4. 17 Nov, 2009 1 commit
  5. 05 Nov, 2009 1 commit
  6. 30 Oct, 2009 1 commit
  7. 26 Oct, 2009 1 commit
  8. 15 Oct, 2009 1 commit
  9. 21 Aug, 2009 1 commit
  10. 19 Aug, 2009 1 commit
  11. 25 May, 2009 1 commit
  12. 05 May, 2009 1 commit
  13. 30 Mar, 2009 1 commit
  14. 11 Dec, 2008 1 commit
    • deanm@chromium.org's avatar
      Improve mark-compact object grouping interface. · 6297a191
      deanm@chromium.org authored
      The main goal was to improve O(n^2) behavior when there are many object groups.  The old API required the grouping to be done on the v8 side, along with a linear search.  The new interface requires the caller to do the grouping, passing V8 entire groups at a time.  This removes the group id concept on the v8 side.
      
        - Changed AddObjectToGroup to AddObjectGroup.
        - Removed the group id concept from the V8 side.
        - Remove a static constructor while I'm here, lazily initialize
          the object groups list.
        - Cleaned up return by non-const references to return pointers.
      
      Review URL: http://codereview.chromium.org/13341
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@965 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      6297a191
  15. 10 Nov, 2008 1 commit
  16. 09 Sep, 2008 1 commit
  17. 01 Sep, 2008 1 commit
  18. 03 Jul, 2008 1 commit