1. 27 Apr, 2015 1 commit
  2. 24 Apr, 2015 2 commits
  3. 23 Apr, 2015 2 commits
  4. 22 Apr, 2015 2 commits
  5. 21 Apr, 2015 1 commit
  6. 15 Apr, 2015 2 commits
  7. 13 Apr, 2015 1 commit
  8. 27 Mar, 2015 1 commit
  9. 26 Mar, 2015 1 commit
  10. 10 Mar, 2015 1 commit
  11. 25 Feb, 2015 1 commit
  12. 11 Feb, 2015 1 commit
  13. 30 Jan, 2015 4 commits
  14. 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
  15. 16 Dec, 2014 1 commit
  16. 24 Nov, 2014 1 commit
  17. 12 Nov, 2014 1 commit
  18. 17 Sep, 2014 1 commit
  19. 11 Sep, 2014 1 commit
  20. 10 Sep, 2014 1 commit
  21. 26 Aug, 2014 1 commit
  22. 20 Aug, 2014 1 commit
  23. 05 Aug, 2014 2 commits
  24. 04 Aug, 2014 2 commits
  25. 10 Jul, 2014 3 commits
  26. 01 Jul, 2014 2 commits
  27. 30 Jun, 2014 2 commits