1. 02 Dec, 2016 1 commit
    • mstarzinger's avatar
      [compiler] Make --debug-code the default in debug builds. · 651c1b86
      mstarzinger authored
      This enables {FLAG_debug_code} by default in debug builds. The advantage
      is that generated code contained within the snapshot will contain such
      debug code. Before we would only get coverage for these pieces with the
      no-snapshot builds, which have a meager coverage. One can still pass the
      inverse --no-debug-code flag to ensure generated code remains readable
      within debug builds as well.
      
      R=machenbach@chromium.org
      
      Review-Url: https://codereview.chromium.org/2528913002
      Cr-Commit-Position: refs/heads/master@{#41451}
      651c1b86
  2. 01 Dec, 2016 3 commits
  3. 30 Nov, 2016 1 commit
  4. 28 Nov, 2016 2 commits
  5. 25 Nov, 2016 1 commit
  6. 24 Nov, 2016 2 commits
  7. 22 Nov, 2016 1 commit
  8. 21 Nov, 2016 1 commit
  9. 20 Nov, 2016 2 commits
  10. 18 Nov, 2016 2 commits
    • marja's avatar
      Remove FLAG_min_preparse_length. · 4a5b7e32
      marja authored
      It originates from the era where we used to run a separate preparse step
      before parsing and store the function data. Now the usage of preparser
      is something completely different, so this flag doesn't make sense any
      more.
      
      In addition, this way we get more test coverage for preparser (for small
      scripts).
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2513563002
      Cr-Commit-Position: refs/heads/master@{#41110}
      4a5b7e32
    • qyearsley's avatar
      Reland of Update usage of linux blink try bot to use linux_trusty_blink_rel.... · 4a70104a
      qyearsley authored
      Reland of Update usage of linux blink try bot to use linux_trusty_blink_rel. (patchset #1 id:1 of https://codereview.chromium.org/2507853002/ )
      
      Reason for revert:
      linux_trusty_blink_rel is now working, with more capacity
      
      Original issue's description:
      > Revert of Update usage of linux blink try bot to use linux_trusty_blink_rel. (patchset #1 id:1 of https://codereview.chromium.org/2475563002/ )
      >
      > Reason for revert:
      > Submitting this before more capacity was added to linux_trusty_blink_rel caused that builder to get too busy (http://crbug.com/665246); should be able to reland after http://crbug.com/665917 is fixed.
      >
      > Original issue's description:
      > > Update usage of linux blink try bot to use linux_trusty_blink_rel.
      > >
      > > Reason: We're planning to drop support for Linux Precise for layout tests.
      > >
      > > BUG=chromium:660580
      > > NOTRY=true
      >
      > TBR=machenbach@chromium.org
      > # Not skipping CQ checks because original CL landed more than 1 days ago.
      > BUG=chromium:660580
      > NOTRY=true
      
      TBR=machenbach@chromium.org
      # Skipping CQ checks because original CL landed less than 1 days ago.
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=chromium:660580
      
      Review-Url: https://codereview.chromium.org/2505403002
      Cr-Commit-Position: refs/heads/master@{#41090}
      4a70104a
  11. 17 Nov, 2016 3 commits
  12. 16 Nov, 2016 2 commits
  13. 14 Nov, 2016 1 commit
    • yangguo's avatar
      [serializer] small fixes for blink snapshot. · c759a3d8
      yangguo authored
      Changes include:
       - Adding V8_EXPORT macro for SnapshotCreator
       - Removing outdated DCHECKs.
       - Allow nullptr as external reference. This required a...
       - Refactoring of hashmaps used by the serializer.
       - Remove external references for counters. These are not used
         anywhere for isolates that are being serialized.
       - Put template infos into the partial snapshot cache.
       - Remove unnecessary presubmit check for external references.
         mksnapshot crashes if external references are missing.
      
      R=jochen@chromium.org, vogelheim@chromium.org
      BUG=chromium:617892
      
      Review-Url: https://codereview.chromium.org/2490783004
      Cr-Commit-Position: refs/heads/master@{#40949}
      c759a3d8
  14. 10 Nov, 2016 1 commit
  15. 08 Nov, 2016 1 commit
  16. 07 Nov, 2016 1 commit
  17. 04 Nov, 2016 3 commits
  18. 03 Nov, 2016 2 commits
  19. 02 Nov, 2016 3 commits
  20. 27 Oct, 2016 1 commit
  21. 26 Oct, 2016 4 commits
  22. 21 Oct, 2016 1 commit
  23. 19 Oct, 2016 1 commit