1. 15 Feb, 2019 2 commits
  2. 14 Feb, 2019 1 commit
  3. 13 Feb, 2019 1 commit
  4. 11 Feb, 2019 1 commit
  5. 09 Feb, 2019 1 commit
  6. 06 Feb, 2019 2 commits
  7. 05 Feb, 2019 2 commits
  8. 01 Feb, 2019 2 commits
    • Michael Starzinger's avatar
      Revert "[serializer] share class positions tuple across contexts" · b1eb340d
      Michael Starzinger authored
      This reverts commit a1b431d7.
      
      Reason for revert: https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Linux%20-%20nosnap%20-%20debug/22809
      
      Original change's description:
      > [serializer] share class positions tuple across contexts
      > 
      > Class positions is a struct that stores the start and end positions of a class
      > literal. It is stored both on class objects, and the template used to
      > instantiate class objects.
      > 
      > The template is reachable from the bytecode array and therefore serialized by
      > the startup serializer. Class objects are context-dependent and therefore
      > serialized by the partial serializer. Serializing class positions from both
      > serializers violates the assumption that we don't serialize any object twice.
      > 
      > R=​gsathya@chromium.org
      > 
      > Bug: v8:8761
      > Change-Id: If22c554cc7396d63998a015454ce0c67a7d2e05c
      > Reviewed-on: https://chromium-review.googlesource.com/c/1444956
      > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
      > Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
      > Commit-Queue: Yang Guo <yangguo@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#59292}
      
      TBR=yangguo@chromium.org,mstarzinger@chromium.org,gsathya@chromium.org
      
      Change-Id: I9f3fd1b29b5991b450223f8b27dfc7aa7e5a3171
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:8761
      Reviewed-on: https://chromium-review.googlesource.com/c/1450116Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
      Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59300}
      b1eb340d
    • Yang Guo's avatar
      [serializer] share class positions tuple across contexts · a1b431d7
      Yang Guo authored
      Class positions is a struct that stores the start and end positions of a class
      literal. It is stored both on class objects, and the template used to
      instantiate class objects.
      
      The template is reachable from the bytecode array and therefore serialized by
      the startup serializer. Class objects are context-dependent and therefore
      serialized by the partial serializer. Serializing class positions from both
      serializers violates the assumption that we don't serialize any object twice.
      
      R=gsathya@chromium.org
      
      Bug: v8:8761
      Change-Id: If22c554cc7396d63998a015454ce0c67a7d2e05c
      Reviewed-on: https://chromium-review.googlesource.com/c/1444956Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
      Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
      Commit-Queue: Yang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59292}
      a1b431d7
  9. 31 Jan, 2019 2 commits
  10. 30 Jan, 2019 1 commit
  11. 29 Jan, 2019 1 commit
  12. 24 Jan, 2019 1 commit
  13. 18 Jan, 2019 1 commit
  14. 14 Jan, 2019 1 commit
    • Camillo Bruni's avatar
      Reland "[parser] Inline byte scope data into PreparseData object" · a6f44629
      Camillo Bruni authored
      This is a reland of e2d44ede
      
      Original change's description:
      > [parser] Inline byte scope data into PreparseData object
      > 
      > Each PreparseData object had at least one pointer to a PodArray for its
      > serialized scope data. These objects usually have only tens of bytes of
      > payload. By inlining the byte data we save 3 words per PreparseData object.
      > This optimization saves 140KB of data on cnn.com.
      > 
      > 
      > - Store data_length and inner_length as int32 saving a words on 64bit
      > - Inline store byte data into PreparseData
      > - OnHeapConsumedPreparseData directly uses the PreparseData object
      > - get_inner, set_inner no longer allow Null sentinels
      > 
      > Change-Id: I1f62154d05ea2f98a6574efa738b32a8a84319d5
      > Reviewed-on: https://chromium-review.googlesource.com/c/1406673
      > Reviewed-by: Leszek Swirski <leszeks@chromium.org>
      > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
      > Commit-Queue: Camillo Bruni <cbruni@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#58751}
      
      Change-Id: I1f0a22c641d0d67f435b01c82daf8da7f144bff4
      Reviewed-on: https://chromium-review.googlesource.com/c/1407066Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
      Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
      Commit-Queue: Camillo Bruni <cbruni@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58785}
      a6f44629
  15. 11 Jan, 2019 3 commits
  16. 07 Jan, 2019 2 commits
  17. 03 Jan, 2019 1 commit
  18. 26 Dec, 2018 1 commit
  19. 20 Dec, 2018 2 commits
  20. 19 Dec, 2018 5 commits
  21. 18 Dec, 2018 3 commits
  22. 17 Dec, 2018 4 commits