1. 03 Dec, 2016 2 commits
    • gdeepti's avatar
      [wasm] Fix WasmInstanceWrapper allocation. · 6454102c
      gdeepti authored
      In the current implementation, WasmInstanceWrapper is allocated after the imports for the instance are processed, and before the InstanceFinalizer callback is associated with the instance. This raises the possibility of triggering a gc in the middle of the instantiate flow which is incorrect.
      
      BUG=5707
      
      R=titzer@chromium.org, petermarshall@chromium.org
      
      Review-Url: https://codereview.chromium.org/2544273002
      Cr-Commit-Position: refs/heads/master@{#41464}
      6454102c
    • adamk's avatar
      Clean up --print-scopes output · 00b9c9e6
      adamk authored
      Several cleanups to the output of the debug-only --print-scopes flag:
        - Function name variable only printed once
        - Only print headers for sections of variables that are non-empty
        - Assume Variables stored in Scope::variables_ are never null
      
      R=verwaest@chromium.org
      
      Review-Url: https://codereview.chromium.org/2544063004
      Cr-Commit-Position: refs/heads/master@{#41463}
      00b9c9e6
  2. 02 Dec, 2016 21 commits
  3. 01 Dec, 2016 17 commits