1. 19 May, 2016 3 commits
    • mlippautz's avatar
      [heap] Bundle platform-specific constants for CodeRange · b114df1d
      mlippautz authored
      - Removing null checks as we always have the CodeRange object (it might be
        invalid, but it's there)
      - Account for reserved area (Win64) in SetUp so we the caller doesn't need to be
        aware of it
      
      R=ulan@chromium.org
      
      Review-Url: https://codereview.chromium.org/1991253002
      Cr-Commit-Position: refs/heads/master@{#36377}
      b114df1d
    • ahaas's avatar
      [heap] Get rid of the wrapper in remembered-set.h · 3ddb2249
      ahaas authored
      This patch moves the wrapper code from the remembered-set to the
      scavenger and the mark-compact code.
      
      The wrapper code inspected a slot address to see if the object that
      belongs to the address is in the from-space. If it was in the
      from-space, then some callback was executed on the object. If the object
      got move to the to-space, then the wrapper returned KEEP_SLOT, otherwise
      REMOVE_SLOT.
      
      This logic does not really belong to the remembered set, so I moved it
      away from there.
      
      R=ulan@chromium.org
      
      Review-Url: https://codereview.chromium.org/1994933002
      Cr-Commit-Position: refs/heads/master@{#36364}
      3ddb2249
    • yangguo's avatar
      [serializer] do not cache resource data pointer for native source. · 28df32d9
      yangguo authored
      The cached resource data pointer is a source of non-determinism when
      creating the snapshot.  Long-term we may not keep the native source in
      memory anyways, so caching the resource data pointer will not be
      possible.
      
      R=ulan@chromium.org
      BUG=v8:4886
      LOG=N
      
      Review-Url: https://codereview.chromium.org/1990183002
      Cr-Commit-Position: refs/heads/master@{#36361}
      28df32d9
  2. 18 May, 2016 2 commits
  3. 17 May, 2016 1 commit
    • bmeurer's avatar
      [es6] Reintroduce the instanceof operator in the backends. · 551e0aa1
      bmeurer authored
      This adds back the instanceof operator support in the backends and
      introduces a @@hasInstance protector cell on the isolate that guards the
      fast path for the InstanceOfStub. This way we recover the ~10%
      regression on Octane EarleyBoyer in Crankshaft and greatly improve
      TurboFan and Ignition performance of instanceof.
      
      R=ishell@chromium.org
      TBR=hpayer@chromium.org,rossberg@chromium.org
      BUG=chromium:597249, v8:4447
      LOG=n
      
      Review-Url: https://codereview.chromium.org/1980483003
      Cr-Commit-Position: refs/heads/master@{#36275}
      551e0aa1
  4. 12 May, 2016 2 commits
  5. 11 May, 2016 1 commit
  6. 10 May, 2016 2 commits
  7. 03 May, 2016 5 commits
  8. 29 Apr, 2016 1 commit
  9. 28 Apr, 2016 1 commit
  10. 27 Apr, 2016 1 commit
    • hablich's avatar
      Revert of [heap] Uncommit pooled pages concurrently (patchset #5 id:120001 of... · 25ff296c
      hablich authored
      Revert of [heap] Uncommit pooled pages concurrently (patchset #5 id:120001 of https://codereview.chromium.org/1913083002/ )
      
      Reason for revert:
      Creates a spike of OOM(v8) crashers on Win32.
      
      Original issue's description:
      > [heap] Uncommit pooled pages concurrently
      >
      > - Move the concurrent unmapping to MemoryAllocator
      > - Hide (private) members where possible
      > - MemoryAllocator:Free is now the bottleneck for freeing
      > - Pooled pages are either allocated from a set of pooled pages are obtained
      >   through work stealing from the concurrent unmapper
      >
      > BUG=chromium:605866, chromium:581412
      > LOG=N
      >
      > Committed: https://crrev.com/2158df87116906160cebc3ad20c97f454822da03
      > Cr-Commit-Position: refs/heads/master@{#35797}
      
      TBR=hpayer@chromium.org,mlippautz@chromium.org
      # Skipping CQ checks because original CL landed less than 1 days ago.
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=chromium:605866, chromium:581412
      
      Review URL: https://codereview.chromium.org/1925563003
      
      Cr-Commit-Position: refs/heads/master@{#35819}
      25ff296c
  11. 26 Apr, 2016 1 commit
    • mlippautz's avatar
      [heap] Uncommit pooled pages concurrently · 2158df87
      mlippautz authored
      - Move the concurrent unmapping to MemoryAllocator
      - Hide (private) members where possible
      - MemoryAllocator:Free is now the bottleneck for freeing
      - Pooled pages are either allocated from a set of pooled pages are obtained
        through work stealing from the concurrent unmapper
      
      BUG=chromium:605866, chromium:581412
      LOG=N
      
      Review URL: https://codereview.chromium.org/1913083002
      
      Cr-Commit-Position: refs/heads/master@{#35797}
      2158df87
  12. 25 Apr, 2016 1 commit
  13. 22 Apr, 2016 1 commit
  14. 20 Apr, 2016 1 commit
  15. 19 Apr, 2016 2 commits
  16. 18 Apr, 2016 1 commit
  17. 15 Apr, 2016 2 commits
  18. 14 Apr, 2016 2 commits
  19. 13 Apr, 2016 2 commits
    • ofrobots's avatar
      disallow left-trim fast path when sampling heap profiler is active · 2837cb38
      ofrobots authored
      Left trimming assumes that nobody other than the JSArray has a reference to the
      backing store. Sampling heap profiler may profile the backing store and keep a
      reference too it. This reference was never updated on a left-trim, causing a
      crash.
      
      R=alph@chromium.org, hpayer@chromium.org, mattloring@google.com
      BUG=
      
      Review URL: https://codereview.chromium.org/1885723002
      
      Cr-Commit-Position: refs/heads/master@{#35449}
      2837cb38
    • richard_chamberlain's avatar
      Improved diagnostic message for JS heap out of memory · 1ef7487b
      richard_chamberlain authored
      This patch replaces the unused 'take_snapshot' parameter on FatalProcessOutOfMemory()
      with a 'is_heap_oom' parameter. The parameter is set to true on error paths where the
      JS heap is out of memory, as distinct from a malloc() failure i.e. process out of memory.
      The message output to stderr or passed to embedding applications via FatalErrorCallback
      is 'Javascript heap out of memory' rather than 'process out of memory'.
      
      BUG=
      
      R=jochen@chromium.org, verwaest@chromium.org, michael_dawson@ca.ibm.com
      
      Review URL: https://codereview.chromium.org/1873443002
      
      Cr-Commit-Position: refs/heads/master@{#35431}
      1ef7487b
  20. 12 Apr, 2016 3 commits
  21. 11 Apr, 2016 5 commits