1. 23 Feb, 2017 1 commit
  2. 07 Feb, 2017 1 commit
  3. 07 Oct, 2016 3 commits
  4. 07 Sep, 2016 1 commit
  5. 28 Jun, 2016 1 commit
  6. 14 Jun, 2016 1 commit
  7. 13 Jun, 2016 2 commits
  8. 07 Jun, 2016 1 commit
  9. 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
  10. 04 Mar, 2016 1 commit
  11. 15 Jan, 2016 1 commit
  12. 09 Dec, 2015 2 commits
  13. 16 Nov, 2015 1 commit
  14. 29 Oct, 2015 1 commit
  15. 30 Sep, 2015 1 commit
  16. 31 Jul, 2015 1 commit
  17. 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
  18. 19 Mar, 2015 1 commit
  19. 18 Mar, 2015 1 commit
  20. 22 Aug, 2014 1 commit
  21. 20 Jun, 2014 1 commit
  22. 03 Jun, 2014 2 commits
  23. 21 May, 2014 1 commit
  24. 29 Apr, 2014 2 commits
  25. 25 Apr, 2014 2 commits
  26. 08 Apr, 2014 1 commit
  27. 04 Apr, 2014 1 commit
  28. 05 Nov, 2013 1 commit
  29. 19 Sep, 2013 2 commits
  30. 12 Sep, 2013 1 commit
  31. 30 Aug, 2013 1 commit