1. 18 Dec, 2013 1 commit
  2. 04 Dec, 2013 1 commit
  3. 26 Nov, 2013 1 commit
  4. 22 Nov, 2013 1 commit
  5. 06 Nov, 2013 1 commit
  6. 05 Nov, 2013 1 commit
  7. 24 Oct, 2013 1 commit
  8. 14 Oct, 2013 1 commit
  9. 04 Oct, 2013 1 commit
  10. 01 Oct, 2013 2 commits
  11. 25 Jul, 2013 1 commit
  12. 20 Jun, 2013 1 commit
  13. 19 Jun, 2013 1 commit
  14. 12 Jun, 2013 1 commit
  15. 24 Apr, 2013 1 commit
  16. 28 Feb, 2013 1 commit
  17. 07 Dec, 2012 1 commit
  18. 22 Nov, 2012 1 commit
  19. 04 Sep, 2012 1 commit
  20. 03 Sep, 2012 1 commit
  21. 10 Aug, 2012 1 commit
  22. 01 Aug, 2012 1 commit
  23. 20 Jul, 2012 1 commit
  24. 17 Jul, 2012 1 commit
  25. 16 Jul, 2012 1 commit
  26. 13 Jul, 2012 2 commits
  27. 26 Jun, 2012 1 commit
  28. 14 Jun, 2012 1 commit
  29. 21 May, 2012 1 commit
  30. 25 Apr, 2012 1 commit
  31. 29 Feb, 2012 1 commit
  32. 19 Sep, 2011 1 commit
  33. 15 Sep, 2011 1 commit
  34. 29 Jun, 2011 1 commit
  35. 09 Jun, 2011 1 commit
  36. 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
  37. 17 May, 2011 2 commits