1. 10 Aug, 2016 5 commits
    • bmeurer's avatar
      [turbofan] Properly guard keyed stores wrt. setters in the prototype chain. · 7060bab8
      bmeurer authored
      For holey/growing keyed stores, we need to check that there are no
      setters in the prototype chain and protect against changes to that
      via code dependencies.
      
      R=verwaest@chromium.org
      BUG=v8:5275,v8:5276
      
      Review-Url: https://codereview.chromium.org/2231683002
      Cr-Commit-Position: refs/heads/master@{#38514}
      7060bab8
    • marija.antic's avatar
      MIPS: Implement Bovc and Bnvc instruction macros. · 93809055
      marija.antic authored
      Implement Bovc and Bnvc instruction macros in macro assembler.
      
      The change 6f920d7d revealed an issue with AddBranchOvf for mips R6.
      All branching instructions other than BOVC and BNVC are handled by Branch macro, which assures
      correct handling of long and short branches. As a consequence, AddBranchOvf for R6 was working correctly
      only before trampoline was emitted, but the case of long branch was not handled at all. Implemented
      instruction macros enable proper handling of BOVC and BNVC in cases when long branching is needed.
      
      TEST=test/intl/general/case-mapping.js
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2225323002
      Cr-Commit-Position: refs/heads/master@{#38513}
      93809055
    • bmeurer's avatar
      [turbofan] Add support for keyed access to strings. · 3909250a
      bmeurer authored
      This introduces initial support to handle keyed load access to
      String primitives. This is accomplished via the existing operators
      StringCharCodeAt and StringFromCharCode, which we already use to
      optimize String.prototype.charCodeAt and String.fromCharCode.
      
      R=yangguo@chromium.org
      BUG=v8:5267
      
      Review-Url: https://codereview.chromium.org/2232483002
      Cr-Commit-Position: refs/heads/master@{#38512}
      3909250a
    • v8-autoroll's avatar
      Update V8 DEPS. · 400f03ab
      v8-autoroll authored
      Rolling v8/build to e1fa1d72e5795ddcaff4ded5b083b1b08e52023a
      
      Rolling v8/third_party/WebKit/Source/platform/inspector_protocol to eaa4c48e31e9f79fb6c4b665dc789dac0f0fb125
      
      Rolling v8/third_party/icu to 53ce631655a61aaaa42b43b4d64abe23e9b8d71f
      
      Rolling v8/tools/mb to d4f0973ff21ab990fed45c3803731c77197d65c8
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2234653002
      Cr-Commit-Position: refs/heads/master@{#38511}
      400f03ab
    • lpy's avatar
      [Reland][Tracing] Embed V8 runtime call stats into tracing. · 7a3631e7
      lpy authored
      Currently we have V8 RuntimeCallStats that is independently from tracing when
      running d8 with flag --runtime_call_stats. This patch embeds V8 runtime call
      stats into tracing, by having a global table of runtime call counters each
      isolate, resetting the table each time we enter a top level trace event, and
      dumping the table for each top level trace event. This will make trace file more
      compat, as well as enable runtime call stats in tracing system.
      
      This patch adds ~5% overhead to V8 when the category is enabled, we measure the
      overhead by running a script when category is enabled.
      
      BUG=v8:5089
      
      Committed: https://crrev.com/d014866173eaa2b548c566217b2c94b1d49385fa
      Committed: https://crrev.com/1ca3b73bba4a7253ca8eeef39321d70e7d414331
      Committed: https://crrev.com/3f936a5b17754783e92d2146eaf66c88a78ee45b
      Review-Url: https://codereview.chromium.org/2187693002
      Cr-Original-Original-Original-Commit-Position: refs/heads/master@{#38270}
      Cr-Original-Original-Commit-Position: refs/heads/master@{#38314}
      Cr-Original-Commit-Position: refs/heads/master@{#38403}
      Cr-Commit-Position: refs/heads/master@{#38510}
      7a3631e7
  2. 09 Aug, 2016 35 commits