1. 27 Jun, 2018 2 commits
  2. 26 Jun, 2018 1 commit
  3. 20 Jun, 2018 1 commit
  4. 19 Jun, 2018 2 commits
  5. 18 Jun, 2018 1 commit
  6. 13 Jun, 2018 1 commit
  7. 08 Jun, 2018 2 commits
  8. 07 Jun, 2018 5 commits
  9. 30 May, 2018 1 commit
  10. 25 May, 2018 1 commit
  11. 24 May, 2018 1 commit
  12. 15 May, 2018 1 commit
  13. 14 May, 2018 1 commit
  14. 08 May, 2018 1 commit
  15. 03 May, 2018 1 commit
  16. 30 Apr, 2018 1 commit
  17. 16 Apr, 2018 1 commit
  18. 05 Apr, 2018 2 commits
  19. 03 Apr, 2018 2 commits
  20. 28 Mar, 2018 2 commits
  21. 26 Mar, 2018 1 commit
  22. 23 Mar, 2018 3 commits
  23. 20 Mar, 2018 1 commit
  24. 19 Mar, 2018 1 commit
    • jgruber's avatar
      Reland "[builtins] Remove off-heap builtins from the snapshot" · fd70917d
      jgruber authored
      This is a reland of f1b1ec70
      
      Original change's description:
      > [builtins] Remove off-heap builtins from the snapshot
      >
      > This CL is the final major step towards shipping off-heap-safe builtins
      > embedded into the binary.
      >
      > Prior to snapshot serialization, we now:
      > * create the embedded blob containing off-heap instruction streams,
      > * use that to generate embedded.cc (containing embedded binary data),
      > * replace off-heap-safe builtins with trampolines,
      > * and serialize those into the final snapshot.
      >
      > The new RelocInfo::OFF_HEAP_TARGET kind is used to fix up trampoline
      > targets on deserialization.
      >
      > Bug: v8:6666
      > Change-Id: Ib07aea9e3bd7ecdec42291c1388b3a7453ea96ce
      > Reviewed-on: https://chromium-review.googlesource.com/950775
      > Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
      > Reviewed-by: Yang Guo <yangguo@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#51960}
      
      TBR=yangguo@chromium.org,mstarzinger@chromium.org
      
      Cq-Include-Trybots: luci.v8.try:v8_mac64_dbg,v8_mac64_rel
      Bug: v8:6666
      Change-Id: Id9954af3c8195754ff3658c4603858904fcf88c4
      Reviewed-on: https://chromium-review.googlesource.com/964481
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52006}
      fd70917d
  25. 15 Mar, 2018 2 commits
  26. 14 Mar, 2018 1 commit
    • Ben L. Titzer's avatar
      [wasm] Add untagged context properties to WasmInstanceObject · 39bc48e2
      Ben L. Titzer authored
      This CL is preparation for moving the contents of the WasmContext
      directly into the WasmInstanceObject. The moved fields are all untagged
      pointers to C++ memory or untagged sizes which will be used in
      generated machine code for WASM. They are not currently used, but
      they are all set to kHeapObjectTag to make sure they are not
      interpreted as tagged by the GC, using a custom object descriptor.
      
      R=mstarzinger@chromium.org
      CC=clemensh@chromium.org
      
      Bug: v8:7424
      Change-Id: Ie5d5161df32564dcac74c6ff659f1a38ddca3cb0
      Reviewed-on: https://chromium-review.googlesource.com/961065
      Commit-Queue: Ben Titzer <titzer@chromium.org>
      Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51932}
      39bc48e2
  27. 12 Mar, 2018 1 commit