1. 27 Jan, 2015 2 commits
  2. 23 Jan, 2015 1 commit
  3. 22 Jan, 2015 1 commit
  4. 21 Jan, 2015 2 commits
  5. 19 Jan, 2015 2 commits
  6. 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
  7. 08 Jan, 2015 1 commit
  8. 07 Jan, 2015 1 commit
  9. 22 Dec, 2014 1 commit
  10. 15 Dec, 2014 2 commits
  11. 12 Dec, 2014 2 commits
  12. 10 Dec, 2014 4 commits
  13. 08 Dec, 2014 3 commits
  14. 05 Dec, 2014 1 commit
    • ulan's avatar
      Refactor Map::ConstructionCount. · 35ff259b
      ulan authored
      This combines Map::DoneInobjectSlackTracking and Map::ConstructionCount into one more generic 4-bit counter.
      
      Counter values from 15 down to 8 are used for in-object slack tracking, values from 7 down to 0 are free to be used for a new counter when in-object slack tracking is inactive.
      
      Review URL: https://codereview.chromium.org/767253002
      
      Cr-Commit-Position: refs/heads/master@{#25689}
      35ff259b
  15. 02 Dec, 2014 2 commits
  16. 01 Dec, 2014 1 commit
  17. 28 Nov, 2014 2 commits
  18. 27 Nov, 2014 4 commits
  19. 26 Nov, 2014 1 commit
  20. 25 Nov, 2014 2 commits
  21. 24 Nov, 2014 2 commits
  22. 20 Nov, 2014 1 commit
  23. 19 Nov, 2014 1 commit