1. 06 Dec, 2018 7 commits
  2. 05 Dec, 2018 26 commits
  3. 04 Dec, 2018 7 commits
    • Ben Smith's avatar
      [wasm] Validate memory.init and memory.drop · 216fb648
      Ben Smith authored
      The memory.init and memory.drop instructions have a data segment index
      that can only be validated by knowing the number of data segments. This
      information is provided by the new DataCount section.
      
      Bug: v8:7747
      Change-Id: Ie04d57584fe028637f6e931ab53d00abc5b998a4
      Reviewed-on: https://chromium-review.googlesource.com/c/1355624Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
      Commit-Queue: Ben Smith <binji@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58031}
      216fb648
    • Junliang Yan's avatar
      PPC/s390: [nojit] Refactor CallApiCallback calling convention · a31338aa
      Junliang Yan authored
      Port c6b0e12e
      
      Original Commit Message:
      
          This is the first (and major) step towards converting CallApiCallback
          and CallApiGetter stubs into builtins.
      
          The CallApiCallbackStub was parameterized with the number of arguments
          passed on the stack. This CL converts the compile-time parameter into
          an explicit runtime parameter, and removes all uses of the stub
          parameter.
      
          (kCallData and kHolder are now passed on the stack).
      
      R=jgruber@chromium.org, joransiu@ca.ibm.com, michael_dawson@ca.ibm.com
      BUG=
      LOG=N
      
      Change-Id: I171fbb7d37525c2087e5dd9d7ff8fb5f959f2a7a
      Reviewed-on: https://chromium-review.googlesource.com/c/1362163Reviewed-by: 's avatarJoran Siu <joransiu@ca.ibm.com>
      Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
      Cr-Commit-Position: refs/heads/master@{#58030}
      a31338aa
    • Sigurd Schneider's avatar
      Revert "Reland "[code-comments] Put code comments into the code object"" · 871e3dea
      Sigurd Schneider authored
      This reverts commit ed3d6472.
      
      Reason for revert: 
      https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Linux%20-%20noi18n%20-%20debug/24178
      
      Original change's description:
      > Reland "[code-comments] Put code comments into the code object"
      > 
      > This is a reland of e774cffe
      > 
      > This reland disables a test as v8:8548 is blocking it, which was
      > broken by a recent CL. CQ did not catch this because the merge-base
      > CQ used did not yet contain the CL that caused v8:8548.
      > 
      > Original change's description:
      > > [code-comments] Put code comments into the code object
      > >
      > > Code comments in the snapshot can now be enabled with gn
      > > arg 'v8_enable_snapshot_code_comments'
      > >
      > > Bug: v8:7989
      > > Change-Id: I8bd00cafa63132d00d849394c311ba15e6b6daf3
      > > Reviewed-on: https://chromium-review.googlesource.com/c/1329173
      > > Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      > > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
      > > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
      > > Reviewed-by: Michael Stanton <mvstanton@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#58020}
      > 
      > TBR=mvstanton@chromium.org,mstarzinger@chromium.org,jgruber@chromium.org,tebbi@chromium.org
      > 
      > Bug: v8:7989, v8:8548
      > Change-Id: I464fc897205fefdf2dfc2eadc54d699c4e08a0e9
      > Reviewed-on: https://chromium-review.googlesource.com/c/1361166
      > Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
      > Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#58028}
      
      TBR=mvstanton@chromium.org,mstarzinger@chromium.org,sigurds@chromium.org,jgruber@chromium.org
      
      Change-Id: I1075bb09de7cb8dad71e31ff51a4e7bb6a200a8b
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:7989, v8:8548
      Reviewed-on: https://chromium-review.googlesource.com/c/1362043Reviewed-by: 's avatarSigurd Schneider <sigurds@chromium.org>
      Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58029}
      871e3dea
    • Sigurd Schneider's avatar
      Reland "[code-comments] Put code comments into the code object" · ed3d6472
      Sigurd Schneider authored
      This is a reland of e774cffe
      
      This reland disables a test as v8:8548 is blocking it, which was
      broken by a recent CL. CQ did not catch this because the merge-base
      CQ used did not yet contain the CL that caused v8:8548.
      
      Original change's description:
      > [code-comments] Put code comments into the code object
      >
      > Code comments in the snapshot can now be enabled with gn
      > arg 'v8_enable_snapshot_code_comments'
      >
      > Bug: v8:7989
      > Change-Id: I8bd00cafa63132d00d849394c311ba15e6b6daf3
      > Reviewed-on: https://chromium-review.googlesource.com/c/1329173
      > Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
      > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
      > Reviewed-by: Michael Stanton <mvstanton@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#58020}
      
      TBR=mvstanton@chromium.org,mstarzinger@chromium.org,jgruber@chromium.org,tebbi@chromium.org
      
      Bug: v8:7989, v8:8548
      Change-Id: I464fc897205fefdf2dfc2eadc54d699c4e08a0e9
      Reviewed-on: https://chromium-review.googlesource.com/c/1361166Reviewed-by: 's avatarSigurd Schneider <sigurds@chromium.org>
      Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58028}
      ed3d6472
    • Sergiy Belozorov's avatar
      [tools] Add v8_linux64_shared_compile_rel to CQ · 737182a0
      Sergiy Belozorov authored
      R=machenbach@chromium.org
      
      No-Try: true
      No-Tree-Checks: true
      Bug: v8:8532
      Change-Id: I42ec138c542f6fd48e52422a7064073d71d65216
      Reviewed-on: https://chromium-review.googlesource.com/c/1361062
      Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58027}
      737182a0
    • tzik's avatar
      Avoid nested RunMicrotasks on d8 · 184e8fb8
      tzik authored
      %RunMicrotasks() call used to cause a nested RunMicrotasks if it's
      called from a microtask, and that breaks its invariants.
      This CL fixes it by disabling the nested loop.
      
      Change-Id: I2f4a81be0dbf0554abf6eb41b62c25465338f29a
      Reviewed-on: https://chromium-review.googlesource.com/c/1358036Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58026}
      184e8fb8
    • Junliang Yan's avatar
      PPC/s390: Reland "[cpu-profiler] Fix stack iterability for fast C calls with no exit frame" · 9583858e
      Junliang Yan authored
      Port 6c8b4102
      
      Original Commit Message:
      
          This is a reland of d5f4a33e
          Landing with test disabled for now.
      
          Original change's description:
          > [cpu-profiler] Fix stack iterability for fast C calls with no exit frame
          >
          > Before fast C calls, store the current FP and PC on the isolate. When
          > iterating frames in SafeStackFrameIterator, check if these fields are
          > set and start iterating at the calling frame's FP instead of the current
          > FP, which will be in C++ code. We need to do this because c_entry_fp is
          > not set on the Isolate for Fast-C-Calls because we don't build an exit
          > frame.
          >
          > This change makes stack samples that occur within 'Fast-C-Calls'
          > iterable, meaning we can properly attribute ticks within the JS caller.
          >
          > Fast-C-Calls can't call back into JS code, so we can only ever have one
          > such call on the stack at a time, allowing us to store the FP on the
          > isolate rather than the stack.
          >
          > TBR=v8-mips-ports@googlegroups.com
          >
          > Bug: v8:8464, v8:7202
          > Change-Id: I7bf39eba779dad34754d5759d741c421b362a406
          > Reviewed-on: https://chromium-review.googlesource.com/c/1340241
          > Commit-Queue: Peter Marshall <petermarshall@chromium.org>
          > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
          > Reviewed-by: Martyn Capewell <martyn.capewell@arm.com>
          > Reviewed-by: Alexei Filippov <alph@chromium.org>
          > Cr-Commit-Position: refs/heads/master@{#57896}
      
      R=petermarshall@chromium.org, joransiu@ca.ibm.com, michael_dawson@ca.ibm.com
      BUG=
      LOG=N
      
      Change-Id: Ie82eaa08ba6ceeb0c0a5bb4de251540becf1f05e
      Reviewed-on: https://chromium-review.googlesource.com/c/1361422Reviewed-by: 's avatarJoran Siu <joransiu@ca.ibm.com>
      Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
      Cr-Commit-Position: refs/heads/master@{#58025}
      9583858e