1. 28 Jun, 2016 1 commit
  2. 14 Jun, 2016 1 commit
  3. 13 Jun, 2016 2 commits
  4. 07 Jun, 2016 1 commit
  5. 20 May, 2016 1 commit
    • mlippautz's avatar
      [heap] Harden heap-related cctests · fdd9f6b9
      mlippautz authored
      - Move usable functions into proper heap-utils.h/.cc files and remove
        utils-inl.h file
      - Fix assumptions accross the board relying on certain behavior that is not
        invariant
      
      This is a requirement for modifying page size.
      
      BUG=chromium:581412
      LOG=N
      R=ulan@chromium.org
      
      Review-Url: https://codereview.chromium.org/1999753002
      Cr-Commit-Position: refs/heads/master@{#36410}
      fdd9f6b9
  6. 04 Mar, 2016 1 commit
  7. 15 Jan, 2016 1 commit
  8. 09 Dec, 2015 2 commits
  9. 16 Nov, 2015 1 commit
  10. 29 Oct, 2015 1 commit
  11. 30 Sep, 2015 1 commit
  12. 31 Jul, 2015 1 commit
  13. 07 Apr, 2015 2 commits
    • hpayer's avatar
      Reland "Merge old data and pointer space." · 59be4ba7
      hpayer authored
      This reverts commit cbfcee55.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1051233002
      
      Cr-Commit-Position: refs/heads/master@{#27623}
      59be4ba7
    • adamk's avatar
      Reimplement Maps and Sets in JS · 909500aa
      adamk authored
      Previously, the only optimized code path for Maps and Sets was for String keys.
      This was achieved through an implementation of various complex operations
      in Hydrogen. This approach was neither scalable nor forward-compatible.
      
      This patch adds the necessary intrinsics to implement Maps and Sets almost entirely
      in JS. The added intrinsics are:
      
        %_FixedArrayGet
        %_FixedArraySet
        %_TheHole
        %_JSCollectionGetTable
        %_StringGetRawHashField
      
      With these additions, as well as a few changes to what's exposed as runtime functions,
      most of the C++ code backing Maps and Sets is gone (including both runtime code in
      objects.cc and Crankshaft in hydrogen.cc).
      
      Review URL: https://codereview.chromium.org/947683002
      
      Cr-Commit-Position: refs/heads/master@{#27605}
      909500aa
  14. 19 Mar, 2015 1 commit
  15. 18 Mar, 2015 1 commit
  16. 22 Aug, 2014 1 commit
  17. 20 Jun, 2014 1 commit
  18. 03 Jun, 2014 2 commits
  19. 21 May, 2014 1 commit
  20. 29 Apr, 2014 2 commits
  21. 25 Apr, 2014 2 commits
  22. 08 Apr, 2014 1 commit
  23. 04 Apr, 2014 1 commit
  24. 05 Nov, 2013 1 commit
  25. 19 Sep, 2013 2 commits
  26. 12 Sep, 2013 1 commit
  27. 30 Aug, 2013 1 commit
  28. 19 Jun, 2013 1 commit
  29. 04 Jun, 2013 1 commit
  30. 15 Mar, 2013 1 commit
  31. 20 Nov, 2012 1 commit
  32. 30 Jul, 2012 1 commit
  33. 25 Jun, 2012 1 commit