1. 09 Nov, 2020 1 commit
  2. 23 May, 2019 1 commit
  3. 22 May, 2019 1 commit
  4. 20 May, 2019 1 commit
  5. 01 Apr, 2019 1 commit
  6. 08 Jan, 2019 1 commit
  7. 26 Dec, 2018 1 commit
  8. 08 Dec, 2018 1 commit
  9. 13 Nov, 2018 1 commit
  10. 19 Sep, 2018 1 commit
  11. 30 Jul, 2018 1 commit
  12. 23 Jul, 2018 1 commit
  13. 17 Jul, 2018 1 commit
  14. 04 Jul, 2018 1 commit
  15. 11 Jun, 2018 1 commit
  16. 27 Apr, 2018 1 commit
  17. 09 Apr, 2018 1 commit
  18. 18 Oct, 2017 1 commit
  19. 13 Oct, 2017 1 commit
  20. 07 Jun, 2017 1 commit
  21. 20 Dec, 2016 1 commit
  22. 21 Nov, 2016 1 commit
  23. 17 Nov, 2016 1 commit
  24. 31 Oct, 2016 1 commit
  25. 14 Jun, 2016 1 commit
  26. 13 Jun, 2016 2 commits
  27. 08 Jun, 2016 1 commit
    • jkummerow's avatar
      Keep prototype maps in dictionary mode until ICs see them · be0494ba
      jkummerow authored
      Adding properties to prototypes is faster when we don't force their
      maps into fast mode yet. Once a prototype shows up in the IC system,
      its setup phase is likely over, and it makes sense to transition it
      to fast properties.
      This patch speeds up the microbenchmark in the bug by 20x.
      Octane-Typescript sees a 3% improvement.
      
      BUG=chromium:607010
      
      Review-Url: https://codereview.chromium.org/2036493006
      Cr-Commit-Position: refs/heads/master@{#36828}
      be0494ba
  28. 23 Mar, 2016 1 commit
    • cbruni's avatar
      [proxies] use [[GetPrototypeOf]] trap in for-in key accumulation · 2efc1381
      cbruni authored
      With the recent spec change removing the [[Enumerate]] internal method, we now
      have to walk the complete prototype chain. This implies that we call the
      [[GetPrototypeOf]] trap on proxies.
      
      As a secondary change we now trigger the [[GetOwnProperty]] trap for the for-in
      filter step to see whether the properties are still enumerable. Before we did this
      in the key-accumulation phase. This way we slightly reduce the number of traps
      invoked. Whilst this is not ideal, it comes closer to the Spec's example
      implementation.
      
      BUG=v8:1543, v8:4768
      LOG=n
      
      Review URL: https://codereview.chromium.org/1748923003
      
      Cr-Commit-Position: refs/heads/master@{#35017}
      2efc1381
  29. 08 Feb, 2016 1 commit
  30. 04 Jan, 2016 1 commit
  31. 22 Dec, 2015 1 commit
  32. 16 Dec, 2015 1 commit
  33. 04 Dec, 2015 1 commit
  34. 03 Dec, 2015 2 commits
  35. 10 Sep, 2015 1 commit
  36. 04 Aug, 2014 1 commit
  37. 17 Jul, 2014 1 commit
  38. 14 Jul, 2014 1 commit