[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / heap / heap-inl.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-11-20 mstarzinger[heap] Less aggressive inlining of IncrementalMarking...
2015-09-29 hpayer[heap] Reland Remove retry space from AllocateRaw.
2015-09-29 bmeurerRevert of [heap] Remove retry space from AllocateRaw...
2015-09-28 alphMove heap and CPU profilers into a dedicated directory.
2015-09-28 mstarzinger[heap] Move CALL_HEAP_FUNCTION macro into factory.cc...
2015-09-28 hpayer[heap] Remove retry space from AllocateRaw.
2015-09-28 jkummerowobjects-inl.h: Remove ACCESSORS_TO_SMI macro
2015-09-28 mstarzinger[heap] Simplify CALL_HEAP_FUNCTION macro dance.
2015-09-28 hpayer[heap] Reland Move large object space selection into...
2015-09-25 machenbachRevert of [heap] Move large object space selection...
2015-09-25 hpayer[heap] Move large object space selection into AllocateRaw.
2015-09-25 machenbachRevert of [heap] Move large object space selection...
2015-09-25 hpayer[heap] Move large object space selection into AllocateRaw.
2015-09-14 mstarzinger[heap] No leakage of objects-visiting.h outside of...
2015-09-14 mstarzinger[heap] Separate scavenger functionality into own file.
2015-09-09 mbrandyAIX: Fix 'may be used uninitialized' compiler errors
2015-09-08 mstarzinger[heap] Prevent leakage of GCCallbacksScope outside...
2015-09-08 mstarzinger[heap] Remove obsolete DisallowAllocationFailure scope.
2015-09-03 mlippautz[heap] Make AlwaysAlloceScope thread-safe.
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-08-31 hablichRevert of [heap] More flag cleanup. (patchset #8 id...
2015-08-31 mlippautz[heap] GC flag cleanup/restructuring.
2015-08-28 yangguoNative context: do not put public symbols and flags...
2015-08-26 mstarzinger[heap] Prevent direct access to ExternalStringTable.
2015-08-25 mlippautz[heap] Enforce coding style decl order in {Heap} round #2.
2015-08-18 mstarzingerMake heap.h usable without objects-inl.h header.
2015-08-14 mstarzingerMake some foo.h headers usable without foo-inl.h header.
2015-08-12 mstarzingerRemove inline header includes from non-inline headers...
2015-08-10 mstarzinger[heap] Avoid inclusion of heap internals in v8.h header.
2015-06-23 hpayerFix wrong DCHECK in Heap::FindAllocationMemento where...
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-05-15 hpayerClean-up aligned allocation logic.
2015-05-12 hpayerImplement unaligned allocate and allocate heap numbers...
2015-05-08 hpayerRemove explicit double alignment from allocation helper...
2015-04-30 ulanAdd flag to print stack-trace after n allocations.
2015-04-27 erikcorryDo more to avoid last-resort stop-the-world GC
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-07 hpayerReland "Merge old data and pointer space."
2015-04-01 jochenRevert of Add CHECKs when updating pointers from the...
2015-03-26 jochenAdd CHECKs when updating pointers from the slots and...
2015-03-23 ulanRespect old space allocation limit in PagedSpace::Alloc...
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-02-20 loisloCpuProfiler: eliminate cpu-profiler dependency from...
2015-02-11 hpayerUse just one to-space page for the promotion queue.
2015-01-22 ulanTreat pointers in optimized code as strong before all...
2014-11-18 rickyzUse 16 instead of 4 for determining member offsets.
2014-11-03 mvstanton@chromium.orgFix for bug 429168, PdfJs regression. We pay a very...
2014-10-23 yangguo@chromium.orgUse hash map to look for objects in the root array...
2014-09-19 ulan@chromium.orgAnnotate Heap::FindAllocationMemento for MemorySanitizer.
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-09-10 hpayer@chromium.orgRemove guard page mechanism from promotion queue.
2014-09-09 yangguo@chromium.orgTurn old space cons strings into regular external strin...
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