1. 18 Nov, 2021 1 commit
  2. 16 Nov, 2021 1 commit
  3. 09 Nov, 2021 1 commit
  4. 02 Nov, 2021 1 commit
  5. 26 Oct, 2021 1 commit
  6. 15 Oct, 2021 1 commit
  7. 14 Oct, 2021 1 commit
    • Lu Yahan's avatar
      [riscv64] Create Instance Type for Class Constructors · 783e1fde
      Lu Yahan authored
      Port: 1cd7a582
      
      Original Commit Message:
      
      Class Constructors are special, because they are callable but [[Call]]
      raises an exception. Instead of checking if a JS function is a class
      constructor for every JS function call, this CL adds a new instance
      type for class constructors.
      This way we can use a fast instance type range check for the common
      case, and only check for class constructors in the uncommon case were
      a class constructor is called and when we need to raise an exception.
      
      Change-Id: I8f11416124a1eefc4ba63423747686bc0b519bb9
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3218711
      Commit-Queue: Yahan Lu <yahan@iscas.ac.cn>
      Reviewed-by: 's avatarji qiu <qiuji@iscas.ac.cn>
      Cr-Commit-Position: refs/heads/main@{#77395}
      783e1fde
  8. 17 Sep, 2021 1 commit
  9. 07 Sep, 2021 2 commits
  10. 02 Sep, 2021 1 commit
  11. 26 Aug, 2021 1 commit
  12. 19 Aug, 2021 1 commit
  13. 16 Aug, 2021 1 commit
  14. 13 Aug, 2021 1 commit
  15. 12 Aug, 2021 1 commit
  16. 19 Jul, 2021 2 commits
  17. 30 Jun, 2021 2 commits
  18. 28 Jun, 2021 1 commit
  19. 24 Jun, 2021 1 commit
  20. 21 Jun, 2021 2 commits
  21. 16 Jun, 2021 1 commit
  22. 14 Jun, 2021 2 commits
  23. 10 Jun, 2021 1 commit
  24. 09 Jun, 2021 1 commit
  25. 07 Jun, 2021 1 commit
  26. 03 Jun, 2021 1 commit
  27. 01 Jun, 2021 1 commit
  28. 28 May, 2021 1 commit
  29. 11 May, 2021 1 commit
  30. 10 May, 2021 1 commit
  31. 27 Apr, 2021 2 commits
  32. 22 Apr, 2021 2 commits
  33. 21 Apr, 2021 1 commit