1. 18 Aug, 2022 1 commit
  2. 16 Aug, 2022 2 commits
  3. 12 Aug, 2022 2 commits
  4. 11 Aug, 2022 1 commit
    • Jakob Kummerow's avatar
      [stringrefs] Switch GC prefix decoding to LEB · e441e212
      Jakob Kummerow authored
      So far, we decoded instructions with the 0xFB prefix as two-byte, i.e.
      a single "u8" byte following the prefix.
      This patch changes that to 0xFB + LEB, which is how all prefixed
      instructions are supposed to do it. Currently this makes a difference
      only for the stringref proposal (instructions 0x80 through 0xb3).
      
      It has the unfortunate consequence that all stringref instructions need
      three bytes for now. We expect them to go back to a two-byte encoding
      scheme (while remaining LEB compliant) when their final encoding is
      decided.
      
      Bug: v8:12868
      Change-Id: I603f60adae88e9b985cb65288d9eeb7f98da8138
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3825887
      Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
      Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#82400}
      e441e212
  5. 08 Aug, 2022 3 commits
  6. 02 Aug, 2022 1 commit
  7. 01 Aug, 2022 1 commit
  8. 29 Jul, 2022 1 commit
  9. 28 Jul, 2022 2 commits
  10. 27 Jul, 2022 1 commit
  11. 25 Jul, 2022 2 commits
  12. 22 Jul, 2022 1 commit
  13. 20 Jul, 2022 1 commit
  14. 19 Jul, 2022 1 commit
  15. 18 Jul, 2022 1 commit
  16. 13 Jul, 2022 1 commit
  17. 12 Jul, 2022 1 commit
  18. 08 Jul, 2022 1 commit
  19. 07 Jul, 2022 3 commits
  20. 05 Jul, 2022 5 commits
  21. 01 Jul, 2022 3 commits
  22. 29 Jun, 2022 1 commit
  23. 27 Jun, 2022 3 commits
  24. 24 Jun, 2022 1 commit