1. 11 May, 2016 4 commits
    • jgruber's avatar
      [debugger] Prevent shared function info duplicates · 59243297
      jgruber authored
      Clear the list of shared function infos attached to a script before
      compiling for live edit in order to avoid duplicates. This was lost in
      058deb27.
      
      R=yangguo@chromium.org
      BUG=
      
      Review-Url: https://codereview.chromium.org/1958153004
      Cr-Commit-Position: refs/heads/master@{#36155}
      59243297
    • bmeurer's avatar
      [turbofan] Slighly improve JSCreateArguments lowering. · 2301473a
      bmeurer authored
      Make JSCreateArguments eliminatable, and remove the need for frame
      states on JSCreateArguments nodes being lowered to (optimized) stub
      calls. Only the runtime fallback needs a frame state, because in that
      case we need to ask the deoptimizer for arguments to inlined functions.
      
      R=jarin@chromium.org
      
      Review-Url: https://codereview.chromium.org/1965013005
      Cr-Commit-Position: refs/heads/master@{#36154}
      2301473a
    • v8-autoroll's avatar
      Update V8 DEPS. · 39f083f5
      v8-autoroll authored
      Rolling v8/build to 1b63b7ad545e5946c43fbc4498d790de54578025
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/1969673003
      Cr-Commit-Position: refs/heads/master@{#36153}
      39f083f5
    • littledan's avatar
      Unship V8 custom Promise methods · fa160602
      littledan authored
      The data from UseCounters are in--V8's custom Promise methods are not
      in wide use on the web (<.002%). Therefore, this patch removes them.
      That includes:
      - Promise.prototype.chain
      - Promise.defer -- the most widely used of the bunch
      - Promise.accept
      
      For now, those methods are still available by checking the "disable
      latest stable JavaScript features" flag, or --promise-extra at the
      command line, but I expect them to be fully removable.
      
      R=adamk
      CC=rossberg
      BUG=v8:3238,v8:4633
      
      Review-Url: https://codereview.chromium.org/1965183002
      Cr-Commit-Position: refs/heads/master@{#36152}
      fa160602
  2. 10 May, 2016 32 commits
  3. 09 May, 2016 4 commits