1. 17 Jan, 2017 2 commits
    • jochen's avatar
      Assert that context creation doesn't throw · 0389df51
      jochen authored
      Instead, it is supposed to just return an empty context if it failed.
      Also don't invoke interceptors (we don't for the parts that deserialize
      from the snapshot anyways).
      
      BUG=v8:5830
      R=yangguo@chromium.org
      
      Review-Url: https://codereview.chromium.org/2636903002
      Cr-Commit-Position: refs/heads/master@{#42404}
      0389df51
    • leszeks's avatar
      [ast] Remove internalization before AST rewriting · bb71555e
      leszeks authored
      This internalization was not necessary, since the rewriting does not use
      the .result name string.
      
      The subsequent internalization is still needed, so to simplify later
      refactoring, this CL also adds "releasing" of the disallow scopes and
      uses them here immediately before the second internalize. Notably, this
      means that the rewriting is now also in the disallow scopes.
      
      Driveby: Remove isolate from the rewriter's processor constructor.
      
      BUG=v8:5832
      
      Review-Url: https://codereview.chromium.org/2635913002
      Cr-Commit-Position: refs/heads/master@{#42403}
      bb71555e
  2. 26 Sep, 2016 1 commit
    • jgruber's avatar
      Enable component builds for fuzzers · 22606f0c
      jgruber authored
      V8 is collecting a growing amount of fuzzers, all of which take substantial
      space on the bots and in chromium build archives. This CL improves that
      situation by allowing component (shared library) builds for almost all fuzzers.
      
      The parser fuzzer is handled as an exception since it would require exporting a
      large number of additional functions.
      
      A component build results in about a 50-100x improvement in file size for each
      fuzzer (~50M-100M to around 1.1M).
      
      BUG=chromium:648864
      CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_compile_dbg_ng;master.tryserver.chromium.android:android_clang_dbg_recipe
      
      Review-Url: https://codereview.chromium.org/2360983002
      Cr-Commit-Position: refs/heads/master@{#39709}
      22606f0c
  3. 30 Sep, 2015 1 commit
  4. 08 Sep, 2015 1 commit
  5. 21 Oct, 2014 1 commit
  6. 29 Sep, 2014 1 commit
  7. 04 Aug, 2014 1 commit
  8. 16 Jul, 2014 1 commit
  9. 30 Jun, 2014 1 commit
  10. 03 Jun, 2014 1 commit
  11. 29 Apr, 2014 1 commit
  12. 28 Apr, 2014 1 commit
  13. 19 Mar, 2014 2 commits
  14. 12 Aug, 2013 1 commit
  15. 13 Jun, 2013 1 commit
  16. 05 Jun, 2013 1 commit
  17. 03 Jun, 2013 1 commit