1. 25 Oct, 2016 4 commits
    • jgruber's avatar
      [regexp] Remove unused code · 77ddcfb3
      jgruber authored
      This CL removes code that is now unused since the port of regexp.js has been
      completed. Removed functions / classes are:
      
      * regexp.js (GetSubstitution moved to string.js)
      * RegExpConstructResult stub
      * RegExpFlags intrinsic
      * RegExpSource intrinsic
      * RegExpInitializeAndCompile runtime function
      
      BUG=v8:5339
      
      Review-Url: https://codereview.chromium.org/2448463002
      Cr-Commit-Position: refs/heads/master@{#40547}
      77ddcfb3
    • kozyatinskiy's avatar
      [inspector] enable inspector by default · d7a18896
      kozyatinskiy authored
      To achieve this:
      - fixed crash on windows - String16::fromInteger used "%zu" which doesn't support by VS2013 compiler, wrapped with ifdef else.
      - fixed asan for d8 - unique_ptr on array has single element type.
      - force Debugger.disable at the end of test.
      
      BUG=chromium:635948
      R=dgozman@chromium.org,yangguo@chromium.org,machenbach@chromium.org
      
      Review-Url: https://codereview.chromium.org/2450653002
      Cr-Commit-Position: refs/heads/master@{#40546}
      d7a18896
    • jgruber's avatar
      [regexp] Mark functions MUST_USE_RESULT · 8f770ad9
      jgruber authored
      BUG=v8:5339
      
      Review-Url: https://codereview.chromium.org/2442333002
      Cr-Commit-Position: refs/heads/master@{#40545}
      8f770ad9
    • bmeurer's avatar
      [turbofan] Reduce code size for StringFromCharCode. · 5a5ffc63
      bmeurer authored
      Don't inline the full StringFromCharCode logic into TurboFan, but only
      the common case, and use the %StringFromCharCode runtime function for
      the rest, similar to what we do in HStringCharFromCode in Crankshaft.
      This greatly reduces compile time for TurboFan due to greatly reduced
      number of nodes. For example it reduces overall runtime of the base64
      benchmark by up to 15% with the future pipeline.
      
      R=yangguo@chromium.org
      
      Review-Url: https://codereview.chromium.org/2445273002
      Cr-Commit-Position: refs/heads/master@{#40544}
      5a5ffc63
  2. 24 Oct, 2016 26 commits
  3. 23 Oct, 2016 1 commit
  4. 22 Oct, 2016 2 commits
  5. 21 Oct, 2016 7 commits