1. 12 Jan, 2015 1 commit
    • jochen's avatar
      Merge v8_optimized_debug 1 and 2 · aeb09e6d
      jochen authored
      All builders that used level 1 should meanwhile define
      v8_enable_slow_dchecks, and so they can use level 2 without losing
      coverage. Level 2, however, is considerably faster, so we want to use it
      on those builders as well. The make optdebug setting is not affected by
      this change.
      
      BUG=none
      R=machenbach@chromium.org
      LOG=n
      
      Review URL: https://codereview.chromium.org/847753002
      
      Cr-Commit-Position: refs/heads/master@{#26019}
      aeb09e6d
  2. 15 Oct, 2014 1 commit
  3. 04 Aug, 2014 1 commit
  4. 30 Jun, 2014 1 commit
  5. 03 Jun, 2014 2 commits
  6. 29 Apr, 2014 1 commit
  7. 07 Feb, 2014 1 commit
  8. 21 Jan, 2014 1 commit
  9. 10 Jan, 2014 1 commit
  10. 09 Jan, 2014 3 commits
  11. 03 Dec, 2013 1 commit
  12. 18 Nov, 2013 1 commit
  13. 25 Oct, 2013 1 commit
  14. 02 Sep, 2013 2 commits
  15. 03 May, 2013 1 commit
  16. 14 Jan, 2013 1 commit
  17. 27 Dec, 2012 1 commit
  18. 11 Dec, 2012 1 commit
  19. 18 Jun, 2012 1 commit
  20. 04 Jun, 2012 1 commit
  21. 09 May, 2012 1 commit
  22. 10 Apr, 2012 1 commit
  23. 16 Jan, 2012 1 commit
  24. 26 Oct, 2011 1 commit
  25. 21 Oct, 2011 1 commit
  26. 13 Sep, 2011 1 commit
  27. 08 Sep, 2011 1 commit
  28. 18 May, 2011 1 commit
    • danno@chromium.org's avatar
      Reland 7917: · 12350099
      danno@chromium.org authored
      Better support for 'polymorphic' JS and external arrays
      
      Allow  keyed store/load stubs to switch between external array and fast JS arrays without forcing a state transition to the generic stub.
      
      There CL consists of two pieces of functionality. First, code stubs for fast element arrays don't immediately transition to the MEGAMORPHIC state when there's a map mismatch. Second, two ICs are cached per map for fast elements, the MONOMORPHIC version, and a new MEGAMORPHIC version that handles two or more different maps and dispatches to shared stubs to perform the array operation.
      
      Review URL: http://codereview.chromium.org/7036016
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7935 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      12350099
  29. 17 May, 2011 2 commits
  30. 03 May, 2011 1 commit
  31. 29 Apr, 2011 1 commit
  32. 07 Dec, 2010 3 commits
  33. 15 Nov, 2010 1 commit