1. 07 Mar, 2017 1 commit
    • jgruber's avatar
      [ic] Inline LoadIC into LdaNamedProperty bytecode handler · 0bfabaf1
      jgruber authored
      This inlines common LoadIC cases into the LdaNamedProperty bytecode
      handler. Smi handlers resulting in constant/field loads for
      monomorphic ICs omit frame construction. The same counts for the
      polymorphic case as long as the target handler is in the first two
      vector slots.
      
      Other cases (megamorphic, uninitialized) call the new
      LoadIC_Noninlined stub.
      
      Local benchmarks show up to 6% improvement on Sunspider with --future.
      
      BUG=v8:5917
      
      Review-Url: https://codereview.chromium.org/2733563002
      Cr-Commit-Position: refs/heads/master@{#43630}
      0bfabaf1
  2. 03 Mar, 2017 2 commits
  3. 02 Mar, 2017 2 commits
  4. 01 Mar, 2017 2 commits
  5. 28 Feb, 2017 3 commits
  6. 27 Feb, 2017 1 commit
  7. 24 Feb, 2017 1 commit
  8. 23 Feb, 2017 1 commit
  9. 21 Feb, 2017 1 commit
  10. 20 Feb, 2017 2 commits
  11. 17 Feb, 2017 2 commits
  12. 16 Feb, 2017 1 commit
  13. 15 Feb, 2017 1 commit
  14. 14 Feb, 2017 1 commit
  15. 13 Feb, 2017 1 commit
  16. 10 Feb, 2017 2 commits
  17. 09 Feb, 2017 5 commits
  18. 08 Feb, 2017 3 commits
  19. 07 Feb, 2017 4 commits
  20. 06 Feb, 2017 3 commits
  21. 02 Feb, 2017 1 commit