1. 22 Mar, 2021 1 commit
  2. 10 Mar, 2021 1 commit
  3. 26 Feb, 2021 1 commit
  4. 25 Feb, 2021 1 commit
  5. 23 Feb, 2021 2 commits
  6. 22 Feb, 2021 1 commit
  7. 18 Feb, 2021 1 commit
  8. 17 Feb, 2021 1 commit
  9. 16 Feb, 2021 2 commits
  10. 10 Feb, 2021 1 commit
  11. 03 Feb, 2021 1 commit
  12. 01 Feb, 2021 2 commits
  13. 27 Jan, 2021 1 commit
  14. 26 Jan, 2021 1 commit
  15. 25 Jan, 2021 1 commit
  16. 22 Jan, 2021 1 commit
  17. 19 Jan, 2021 1 commit
  18. 14 Jan, 2021 1 commit
  19. 17 Dec, 2020 1 commit
  20. 26 Nov, 2020 1 commit
  21. 10 Nov, 2020 1 commit
  22. 27 Oct, 2020 1 commit
  23. 15 Oct, 2020 2 commits
  24. 25 Sep, 2020 1 commit
  25. 22 Sep, 2020 1 commit
  26. 15 Sep, 2020 1 commit
  27. 11 Sep, 2020 1 commit
  28. 21 Aug, 2020 1 commit
  29. 28 Jul, 2020 2 commits
  30. 27 Jul, 2020 1 commit
  31. 08 Jul, 2020 1 commit
  32. 24 Jun, 2020 1 commit
    • Clemens Backes's avatar
      [wasm] Make opcode properties constexpr · 852f43cd
      Clemens Backes authored
      This allows the compiler to eliminate more unneeded branches. Since all
      functions just do a lookup in a static table (either directly, or via
      compiling a switch to such a lookup), they are also good candidates for
      inlining, which is made possible by this change.
      
      One DCHECK is removed instead of pulling in the inl header, which would
      require more refactoring since the check is in a non-inl header.
      
      R=thibaudm@chromium.org
      TBR=jkummerow@chromium.org
      
      Bug: v8:10576
      Change-Id: If0fd25fd62c5f30b896fc67a5458a5ae475a6351
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2259944
      Commit-Queue: Clemens Backes <clemensb@chromium.org>
      Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#68508}
      852f43cd
  33. 23 Jun, 2020 1 commit
  34. 22 Jun, 2020 1 commit
  35. 18 Jun, 2020 1 commit