1. 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
  2. 19 Mar, 2015 1 commit
  3. 18 Mar, 2015 1 commit
  4. 22 Aug, 2014 1 commit
  5. 20 Jun, 2014 1 commit
  6. 03 Jun, 2014 2 commits
  7. 21 May, 2014 1 commit
  8. 29 Apr, 2014 2 commits
  9. 25 Apr, 2014 2 commits
  10. 08 Apr, 2014 1 commit
  11. 04 Apr, 2014 1 commit
  12. 05 Nov, 2013 1 commit
  13. 19 Sep, 2013 2 commits
  14. 12 Sep, 2013 1 commit
  15. 30 Aug, 2013 1 commit
  16. 19 Jun, 2013 1 commit
  17. 04 Jun, 2013 1 commit
  18. 15 Mar, 2013 1 commit
  19. 20 Nov, 2012 1 commit
  20. 30 Jul, 2012 1 commit
  21. 25 Jun, 2012 2 commits
  22. 26 Oct, 2011 1 commit
  23. 28 Jul, 2011 1 commit
  24. 13 Jul, 2011 1 commit
  25. 12 Jul, 2011 1 commit
  26. 19 Jan, 2011 1 commit
  27. 17 Nov, 2010 1 commit
  28. 02 Jun, 2010 1 commit
  29. 10 May, 2010 1 commit
    • erik.corry@gmail.com's avatar
      First step towards making JumpTarget work on ARM. Instead · fa7c92ea
      erik.corry@gmail.com authored
      of having a list of virtual frame pointers in the jump
      target we have one virtual frame, which is the frame that
      all have to merge to to branch to that frame.  The virtual
      frame in the JumpTarget is inside the JumpTarget, rather than
      being an allocated object that is pointed to.  Unfortunately
      this means that the JumpTarget class has to be able to see
      the size of a VirtualFrame object to compile, which in turn
      lead to a major reorganization of related .h files.  The
      actual change of functionality in this change is intended
      to be minimal (we now assert that the virtual frames match
      when using JumpTarget instead of just assuming that they do).
      Review URL: http://codereview.chromium.org/1961004
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4631 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      fa7c92ea
  30. 08 Apr, 2010 1 commit
  31. 25 Mar, 2010 1 commit
  32. 04 Feb, 2010 1 commit
  33. 27 May, 2009 1 commit
  34. 31 Mar, 2009 1 commit