1. 05 Oct, 2016 2 commits
    • gdeepti's avatar
      [wasm] Refactor GrowMemory runtime call. · 096b5f64
      gdeepti authored
      Refactor to move module specific functionality to wasm-module.cc, this provides a better interface for the grow() method on WebAssembly.memory objects.
      
      R=mtrofin@chromium.org, titzer@chromium.org
      
      Review-Url: https://codereview.chromium.org/2396473003
      Cr-Commit-Position: refs/heads/master@{#39967}
      096b5f64
    • lpy's avatar
      [Tracing] Integrate GC object statistics with tracing. · a5a9198a
      lpy authored
      Memory infra in tracing currently uses Isolate::GetHeapStatistics to fetch
      object statistics from V8 at certain frequency, which is not accurate and will
      have redundant result. This path adds a trace event as well as a trace category
      at where we collect object statistics after marking before sweeping, and dumps
      all information to the trace event.
      
      In order to use this functionality, we need to enable two flags:
      --track-gc-object-stats and --noincremental-marking.
      
      BUG=v8:5453
      
      Review-Url: https://codereview.chromium.org/2379823004
      Cr-Commit-Position: refs/heads/master@{#39966}
      a5a9198a
  2. 04 Oct, 2016 22 commits
  3. 03 Oct, 2016 12 commits
  4. 02 Oct, 2016 4 commits