1. 10 Aug, 2018 1 commit
  2. 09 Aug, 2018 2 commits
    • Ben L. Titzer's avatar
      [wasm] Add WasmFeatures to enable/detect features · 6aa2a253
      Ben L. Titzer authored
      This CL introduces a set of configuration options implemented as
      a struct of booleans that together comprise the set of enabled
      or detected features. The configuration options replace command-line
      flags that were checked deep in the implementation. As such, it is
      necessary to plumb them through multiple levels of abstraction.
      
      R=ahaas@chromium.org
      CC=mstarzinger@chromium.org
      BUG=chromium:868844
      
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      Change-Id: I1b82f5826e4fd263f68e8cafcd923bac5818a637
      Reviewed-on: https://chromium-review.googlesource.com/1163670Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Commit-Queue: Ben Titzer <titzer@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55018}
      6aa2a253
    • Andreas Haas's avatar
      [api] Add API callback setter for the wasm thread origin trial · 5012e883
      Andreas Haas authored
      With the callback we can check if the origin trial is turned on for a
      given context.
      
      I will not land the other CL which added a flag to the isolate. The
      information if the origin trial is on is context-specific and not
      isolate-specific, and it's hard on the embedder side to track all
      creations of a context.
      
      With the API proposed in this CL we will ask the embedder every time we
      start compilation whether the origin trial is on or off.
      
      R=yangguo@chromium.org
      
      Bug:868844
      
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      Change-Id: I8822f40ab12582a5b0bd6640790a269107fc085a
      Reviewed-on: https://chromium-review.googlesource.com/1163621
      Commit-Queue: Andreas Haas <ahaas@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55011}
      5012e883
  3. 07 Aug, 2018 1 commit
    • Dan Elphick's avatar
      Revert "[api] Remove deprecated functions" · a2679e52
      Dan Elphick authored
      This reverts commit 5414884a.
      
      Reason for revert: breaks the roll due to not testing CrOs
      
      Original change's description:
      > [api] Remove deprecated functions
      > 
      > Removes all V8_DEPRECATED functions that weren't recently marked as well
      > any V8_DEPRECATE_SOON function that relied on using the address of
      > an object to get hold of the Isolate.
      > 
      > Normally we would have advanced the V8_DEPRECATE_SOON methods to
      > V8_DEPRECATE in this release and removed them in the follow release, but
      > their continuing presence blocks the work on creating a shared
      > Read-Only space where some objects would not belong to any single
      > Isolate. In preparation chromium and node.js (via the v8/node github)
      > have been modified in advance.
      > 
      > Bug: v8:7786
      > Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      > Change-Id: I8b4b06189896d94aff908ebcd121b3b38f9b482a
      > Reviewed-on: https://chromium-review.googlesource.com/1154915
      > Commit-Queue: Dan Elphick <delphick@chromium.org>
      > Reviewed-by: Yang Guo <yangguo@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#54915}
      
      TBR=yangguo@chromium.org,delphick@chromium.org
      
      Change-Id: Iaf23e04d55a95b01b0423effa6cde3c0be5e2ba8
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:7786
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      Reviewed-on: https://chromium-review.googlesource.com/1164902Reviewed-by: 's avatarDan Elphick <delphick@chromium.org>
      Commit-Queue: Dan Elphick <delphick@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54937}
      a2679e52
  4. 06 Aug, 2018 1 commit
    • Dan Elphick's avatar
      [api] Remove deprecated functions · 5414884a
      Dan Elphick authored
      Removes all V8_DEPRECATED functions that weren't recently marked as well
      any V8_DEPRECATE_SOON function that relied on using the address of
      an object to get hold of the Isolate.
      
      Normally we would have advanced the V8_DEPRECATE_SOON methods to
      V8_DEPRECATE in this release and removed them in the follow release, but
      their continuing presence blocks the work on creating a shared
      Read-Only space where some objects would not belong to any single
      Isolate. In preparation chromium and node.js (via the v8/node github)
      have been modified in advance.
      
      Bug: v8:7786
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      Change-Id: I8b4b06189896d94aff908ebcd121b3b38f9b482a
      Reviewed-on: https://chromium-review.googlesource.com/1154915
      Commit-Queue: Dan Elphick <delphick@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54915}
      5414884a
  5. 31 Jul, 2018 1 commit
    • Peter Marshall's avatar
      [cpu-profiler] Add flag to always generate accurate line info. · 56baf567
      Peter Marshall authored
      For optimized code there are two modes. This is controlled by
      NeedsSourcePositionsForProfiling(). The problem we currently have is
      that this mode must be enabled before the code is optimized, otherwise
      the source position information will be low quality, even once the CPU
      profiler is turned on.
      
      Also add an implication from --future to this new flag, to gather
      perf & memory data from the bots.
      
      Bug: v8:7983
      Change-Id: I993fc03df83028529eea365b6d336d9f4c0dcd2b
      Reviewed-on: https://chromium-review.googlesource.com/1156309Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
      Commit-Queue: Peter Marshall <petermarshall@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54809}
      56baf567
  6. 30 Jul, 2018 1 commit
  7. 26 Jul, 2018 2 commits
  8. 25 Jul, 2018 1 commit
  9. 23 Jul, 2018 1 commit
  10. 20 Jul, 2018 1 commit
    • Michael Starzinger's avatar
      Reland "[wasm] Improve module code size sampling approach." · 35f674cc
      Michael Starzinger authored
      This is a reland of 0f2d22dd
      
      Original change's description:
      > [wasm] Improve module code size sampling approach.
      > 
      > This samples module code sizes at GC time instead of during destruction.
      > It hence makes sure that we also receive samples for long-lived modules
      > which would otherwise die with the Isolate and never be finalized. Note
      > that this approach is still biased and just a stop-gap until we have a
      > sampling tick based on actual wall-clock time.
      > 
      > R=clemensh@chromium.org
      > 
      > Change-Id: I9558d383a5aada8876bc9cbf63baca771dbe5c28
      > Reviewed-on: https://chromium-review.googlesource.com/1141866
      > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
      > Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
      > Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#54554}
      
      Change-Id: I1863e94bbe91c89c248ddf8fc700ff91bc3593b2
      Reviewed-on: https://chromium-review.googlesource.com/1143344Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
      Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54572}
      35f674cc
  11. 19 Jul, 2018 3 commits
  12. 18 Jul, 2018 2 commits
  13. 17 Jul, 2018 1 commit
  14. 13 Jul, 2018 2 commits
  15. 12 Jul, 2018 2 commits
  16. 11 Jul, 2018 1 commit
  17. 10 Jul, 2018 2 commits
  18. 09 Jul, 2018 2 commits
  19. 06 Jul, 2018 1 commit
  20. 05 Jul, 2018 4 commits
  21. 04 Jul, 2018 1 commit
  22. 03 Jul, 2018 1 commit
  23. 26 Jun, 2018 3 commits
  24. 23 Jun, 2018 2 commits
  25. 20 Jun, 2018 1 commit