[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / heap / spaces.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-29 mlippautz[heap] Remove NewSpace::set_top and the corresponding...
2015-09-25 mlippautzRevert of "[heap] Add more tasks for parallel compactio...
2015-09-25 mlippautzReland of "[heap] Add more tasks for parallel compaction"
2015-09-24 ofrobots[heap] refactor inline allocation step code
2015-09-24 titzerRefactor the StackFrameIterator::ComputeType() method...
2015-09-23 machenbachRevert of [heap] Add more tasks for parallel compaction...
2015-09-23 mlippautz[heap] Add more tasks for parallel compaction
2015-09-21 mlippautz[heap] Sort declarations for MemoryChunk.
2015-09-18 mlippautz[heap] Cleanup: Align naming of parallel sweeping with...
2015-09-17 mlippautzReland "[heap] Introduce parallel compaction algorithm."
2015-09-17 mlippautzRevert of [heap] Introduce parallel compaction algorith...
2015-09-17 mlippautz[heap] Introduce parallel compaction algorithm.
2015-09-17 ofrobotsimprove allocation accounting for incremental mark
2015-09-16 mlippautzReland of "[heap] Concurrency support for heap book...
2015-09-15 mlippautzRevert of [heap] Concurrency support for heap book...
2015-09-15 mlippautz[heap] Concurrency support for heap book-keeping info.
2015-09-15 mlippautz[heap] Extend mutex guards for CodeRange.
2015-09-08 mlippautz[heap] Fix MemoryChunk::kHeaderSize computation and...
2015-09-02 mlippautz[heap] Throw OOM upon failing to expand a PagedSpace...
2015-08-27 mlippautz[heap] Make compaction space accept external memory.
2015-08-27 mlippautz[heap] Add compaction space.
2015-08-26 Hannes PayerDon't explicitly tear down code range in cctest/test...
2015-08-24 hpayerRe-land "Concurrently unmap free pages."
2015-08-20 hpayerDon't filter store buffer after sweeping.
2015-08-19 Michael Starzinger[heap] Fix compilation of LargeObjectSpace on Windows.
2015-08-14 mstarzingerMake some foo.h headers usable without foo-inl.h header.
2015-08-11 hpayerRespect old generation limit in large object space...
2015-08-10 mstarzinger[heap] Remove obsolete constructors from SemiSpaceIterator.
2015-08-07 mstarzinger[heap] Remove unused support for heap iterator size...
2015-08-04 hpayerAdjustLiveBytes and friends takes a heap object pointer...
2015-08-03 ofrobotsremove recursion from NewSpace::AllocateRaw*
2015-07-23 hpayerUse a lock in pages to synchronize sweeper threads...
2015-07-06 machenbachRevert of Reland: Fix logic for incremental marking...
2015-07-06 machenbachRevert of Concurrent sweeping of code space. (patchset...
2015-07-02 hpayerConcurrent sweeping of code space.
2015-07-02 erikcorryReland: Fix logic for incremental marking steps on...
2015-06-26 hpayerRevert of Re-land new insertion write barrier. (patchse...
2015-06-24 hpayerRe-land new insertion write barrier.
2015-06-18 hpayerRevert of Re-land new insertion write barrier. (patchse...
2015-06-16 hpayerRe-land new insertion write barrier.
2015-05-29 bbudgeClean up aligned allocation code in preparation for...
2015-05-28 bbudgeRevert of Clean up aligned allocation code in preparati...
2015-05-28 bbudgeClean up aligned allocation code in preparation for...
2015-05-27 ulanNew algorithm for selecting evacuation candidates
2015-05-22 hpayerUncommit and shrink semi-spaces only on low allocation...
2015-05-21 ulanMake new space allocation throughput estimation more...
2015-05-15 hpayerClean-up aligned allocation logic.
2015-05-15 jochenRemove static logging of memory allocations
2015-05-12 hpayerImplement unaligned allocate and allocate heap numbers...
2015-05-06 hpayerRevert of New insertion write barrier. (patchset #3...
2015-05-06 hpayerMove double alignment logic into memory allocator.
2015-05-04 hpayerNew insertion write barrier.
2015-04-20 jkummerowRevert of Fix logic for doing incremental marking steps...
2015-04-17 ssidAdding V8 api to get memory statistics of spaces in...
2015-04-16 erikcorryFix logic for doing incremental marking steps on tenure...
2015-04-16 ulanAvoid evacuation of popular pages.
2015-04-10 verwaestReland "Merge cellspace into old pointer space"
2015-04-09 adamkRevert of Merge cellspace into old pointer space (patch...
2015-04-09 verwaestMerge cellspace into old pointer space
2015-04-09 hpayerMarkBit cleanup: They have to be accessed through Marki...
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-03-27 ishellThis fixes missing incremental write barrier issue...
2015-03-27 ishellRevert of Reland "Filter invalid slots out from the...
2015-03-25 ulanReland "Filter invalid slots out from the SlotsBuffer...
2015-03-24 machenbachRevert of Filter invalid slots out from the SlotsBuffer...
2015-03-24 ishellFilter invalid slots out from the SlotsBuffer after...
2015-03-24 erikcorryFix OOM bug 3976.
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-18 verwaestRemove PropertyCell space
2015-03-18 hpayerMerge old data and pointer space.
2015-03-16 ishellRevert of Reland of Remove slots that point to unboxed...
2015-03-11 ishellReland of Remove slots that point to unboxed doubles...
2015-03-09 ishell@chromium.orgRevert of Remove slots that point to unboxed doubles...
2015-03-06 ishellRemove slots that point to unboxed doubles from the...
2015-02-17 ishellPut extra information to the stack when crbug/454297...
2015-02-12 yangguoMark pages created during bootstrapping as never-evacuate.
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 Benedikt MeurerRevert "Make GCC happy again." and "Initial switch...
2015-01-30 bmeurerInitial switch to Chromium-style CHECK_* and DCHECK_...
2015-01-27 yangguoReland "Only use FreeSpace objects in the free list"
2015-01-27 yangguoRevert of Only use FreeSpace objects in the free list...
2015-01-27 yangguoOnly use FreeSpace objects in the free list.
2014-11-20 ulanReserve code range block for evacuation.
2014-11-03 mvstanton@chromium.orgFix for bug 429168, PdfJs regression. We pay a very...
2014-10-31 yangguo@chromium.orgBreak allocations in the code serializer into correct...
2014-10-22 jochen@chromium.orgAdd support for a target new space size
2014-09-29 jochen@chromium.orgAdd a getter for the address and size of the code range...
2014-09-25 yangguo@chromium.orgSupport large objects in the serializer/deserializer.
2014-09-18 hpayer@chromium.orgCapacity returns allocatable memory and TotalCapacity...
2014-09-16 hpayer@chromium.orgAllow IdleNotification to trigger Scavenges.
2014-09-02 bmeurer@chromium.orgFirst step to cleanup the power-of-2 mess.
2014-08-21 hpayer@chromium.orgRemove conservative sweeping.
2014-08-11 hpayer@chromium.orgMove store-buffer to heap and remove some unnecessary...
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory