1. 05 Feb, 2015 6 commits
  2. 04 Feb, 2015 1 commit
  3. 03 Feb, 2015 3 commits
  4. 02 Feb, 2015 1 commit
  5. 30 Jan, 2015 6 commits
  6. 29 Jan, 2015 1 commit
  7. 27 Jan, 2015 3 commits
  8. 26 Jan, 2015 1 commit
  9. 23 Jan, 2015 1 commit
  10. 22 Jan, 2015 1 commit
  11. 21 Jan, 2015 1 commit
  12. 16 Jan, 2015 2 commits
  13. 15 Jan, 2015 1 commit
    • yangguo's avatar
      Fix remaining issues in the custom snapshot. · 22e6958d
      yangguo authored
      Math functions:
      Some Math functions require typed arrays for their implementation. The embedded
      script may call those Math functions. The serializer needs to deal with this.
      Added assertion to make sure no other typed array is created when snapshotting.
      
      Number-string cache:
      We assume that the initial snapshot does not expand the number-string cache.
      This is no longer true for custom heap snapshots.
      
      Bound functions:
      Bound functions store the bound arguments in a COW fixed array, including the
      bindee function. COW arrays are serialized into the startup snapshot and
      referenced in the partial snapshot via partial snapshot cache. However, the
      bindee function is context-dependent and must not be part of the startup
      snapshot. There is no need for bound functions to use a COW array though.
      
      R=jochen@chromium.org
      
      Review URL: https://codereview.chromium.org/851073002
      
      Cr-Commit-Position: refs/heads/master@{#26072}
      22e6958d
  14. 14 Jan, 2015 1 commit
  15. 12 Jan, 2015 1 commit
  16. 09 Jan, 2015 2 commits
  17. 08 Jan, 2015 2 commits
  18. 07 Jan, 2015 1 commit
  19. 22 Dec, 2014 5 commits