1. 17 Feb, 2021 1 commit
    • Leszek Swirski's avatar
      [sparkplug] CompileWithBaseline to Compiler::CompileBaseline · d0136a5c
      Leszek Swirski authored
      Move the CompileWithBaseline interface to the Compiler class, as
      CompileBaseline, which will do the additional work of pre-compiling
      to bytecode, ensuring there is a feedback vector, and setting the
      code on the function closure.
      
      As a drive-by, fix v8_enable_trace_unoptimized to have a blank default
      value, so that v8_enable_trace_ignition/v8_enable_trace_baseline_exec
      can set it.
      
      Bug: v8:11420, v8:11429
      Change-Id: If715161de71f7d9300f3fdcbb50cc678b1fcdfdf
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2697352Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      Auto-Submit: Leszek Swirski <leszeks@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#72819}
      d0136a5c
  2. 12 Feb, 2021 1 commit
  3. 17 Dec, 2020 1 commit
  4. 31 Jul, 2020 1 commit
    • Michael Achenbach's avatar
      Open source js-fuzzer · 320d9870
      Michael Achenbach authored
      This is a JavaScript fuzzer originally authored by Oliver Chang. It
      is a mutation based fuzzer using Babel code transformations. For more
      information see the included README.md.
      
      The original code was altered:
      - Add new V8 copyright headers.
      - Make the test expectation generator aware of the headers.
      - Fix file endings for presubmit checks.
      - Fix `npm test` on fresh checkout with a new fake DB.
      - Make test skipping work with new v8/tools location.
      - OWNERS file.
      - New title section in README.md.
      
      No-Try: true
      Bug: chromium:1109770
      Change-Id: Ie71752c0a37491a50500c49060a3c526716ef933
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2320330
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#69164}
      320d9870
  5. 15 Jun, 2020 1 commit
    • Jakob Gruber's avatar
      [scanner] Update outdated DCHECK · 9aa3c608
      Jakob Gruber authored
      We recently changed uc32 to be an unsigned type, and with the invalid
      marker being static_cast<uc32>(-1) this DCHECK no longer holds. After
      this CL it expicitly checks for the invalid marker.
      
      Bug: v8:10568,chromium:1094226
      Change-Id: Idd9efe055b38387e3e37b132cb786cca130767b3
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2245592
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      Auto-Submit: Jakob Gruber <jgruber@chromium.org>
      Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#68333}
      9aa3c608
  6. 05 May, 2020 1 commit
  7. 16 Jan, 2020 1 commit
  8. 14 Jan, 2020 1 commit
  9. 07 Jan, 2020 1 commit