1. 22 Jun, 2016 3 commits
    • v8-autoroll's avatar
      Update V8 DEPS. · f45c65ca
      v8-autoroll authored
      Rolling v8/build to f56976d676dfd5597229b21a83a53a58704582bf
      
      Rolling v8/buildtools to 56eaae134648135663c4aa1ed82278572b5f35ef
      
      Rolling v8/tools/mb to 5268873c8c1eebbf1a3aaed7e63f99b600fab65e
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2087933004
      Cr-Commit-Position: refs/heads/master@{#37161}
      f45c65ca
    • bjaideep's avatar
      PPC/s390: [builtins] NonNumberToNumber and StringToNumber now use CallRuntime... · 97c21548
      bjaideep authored
      PPC/s390: [builtins] NonNumberToNumber and StringToNumber now use CallRuntime instead of TailCallRuntime
      
      Port b5c69cbf
      
      Original commit message:
      
          With the tail call, pointers to the JS heap could be pushed on a
          js-to-wasm frame. On the js-to-wasm frame, however, this pointer would
          not be updated by the GC.
      
      R=ahaas@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com
      
      BUG=617084
      LOG=N
      
      Review-Url: https://codereview.chromium.org/2085183002
      Cr-Commit-Position: refs/heads/master@{#37160}
      97c21548
    • ritesht's avatar
      [wasm] Support undefined indirect table entries, behind a flag. · d0b8e7fb
      ritesht authored
      Add a flag to gate experimental support for dynamic code loading and JITing (at runtime in a wasm module).
      
      Enhancing functionality of the indirect function table to support JITing and dynamic linking by allowing additional space to be filled with an "undefined" function signature.
      
      BUG=v8:5044
      LOG=N
      TEST=None
      R=mtrofin@chromium.org,bradnelson@chromium.org
      
      Review-Url: https://codereview.chromium.org/2049513003
      Cr-Commit-Position: refs/heads/master@{#37159}
      d0b8e7fb
  2. 21 Jun, 2016 37 commits