[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / heap / heap.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-29 mstarzinger[heap] No leakage of incremental-marking.h outside...
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 hpayer[heap] Remove retry space from AllocateRaw.
2015-09-28 jkummerowobjects-inl.h: Remove ACCESSORS_TO_SMI macro
2015-09-28 hpayer[heap] Reland Move large object space selection into...
2015-09-28 mstarzinger[heap] No leakage of mark-compact.h outside of heap.
2015-09-25 machenbachRevert of [heap] Move large object space selection...
2015-09-25 ulanPerform scavenge in idle tasks.
2015-09-25 mstarzinger[heap] No leakage of gc-idle-time-handler.h outside...
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-16 aperezES6: Array.prototype.slice and friends should use ToLen...
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-08 mstarzinger[heap] Prevent leakage of GCCallbacksScope outside...
2015-09-08 ulanUse idle task to perform incremental marking steps.
2015-09-08 mstarzinger[heap] Remove obsolete DisallowAllocationFailure scope.
2015-09-07 fedor[heap] introduce ArrayBufferTracker
2015-09-04 mlippautzAdd template parameter and unittests to atomic utils.
2015-09-03 ulanReland "Make sure that memory reducer makes progress...
2015-09-03 mlippautz[heap] Make AlwaysAlloceScope thread-safe.
2015-09-02 mstarzinger[heap] Move ObjectStatsVisitor into the proper component.
2015-09-02 mstarzinger[heap] Separate ObjectStats out into its own class.
2015-09-02 fedorheap: make array buffer maps disjoint
2015-09-01 mlippautzRevert of heap: make array buffer maps disjoint (patchs...
2015-09-01 fedorheap: make array buffer maps disjoint
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-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 mlippautz[heap] Get rid of dead code in HeapIterator.
2015-08-27 mstarzinger[heap] Remove raw unchecked root set accessors.
2015-08-27 hpayerWait for concurrent unmapping tasks in GC prologue.
2015-08-27 mstarzinger[heap] Limit friendship of the Heap class to essentials.
2015-08-27 rmcilroy[interpreter] Add constant_pool() to BytecodeArray.
2015-08-27 rmcilroy[Interpreter] Add support for parameter variables.
2015-08-27 mvstantonVector ICs: Stop iterating the heap to clear keyed...
2015-08-26 mstarzinger[heap] User safer root set accessor when possible.
2015-08-26 mstarzinger[heap] Prevent direct access to ExternalStringTable.
2015-08-25 mstarzinger[heap] Enforce coding style decl order in {Heap} round #3.
2015-08-25 mstarzinger[heap] Prevent direct access to StoreBuffer.
2015-08-25 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-25 mlippautz[heap] Make the current GCCallbackFlags are part of...
2015-08-25 mlippautz[heap] Enforce coding style decl order in {Heap} round #2.
2015-08-24 hpayerRe-land "Concurrently unmap free pages."
2015-08-24 mlippautzRevert "Make sure that memory reducer makes progress...
2015-08-24 mlippautz[heap] Enforce coding style decl order in {Heap} round #1.
2015-08-24 hablichRevert of [simd.js] Update to spec version 0.8.2. ...
2015-08-24 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-21 vogelheimRevert of Concurrently unmap free pages. (patchset...
2015-08-21 hpayerConcurrently unmap free pages.
2015-08-21 mstarzinger[heap] Move StoreBufferRebuilder into the correct header.
2015-08-21 mlippautz[heap,cctest] Get rid of protected-for-sake-of-testing...
2015-08-21 mstarzinger[heap] Move RegExpResultCache out of the heap.
2015-08-21 mlippautz[heap] Cleanup and fix GC flags
2015-08-21 yangguoUnify symbols sharing across native scripts and runtime.
2015-08-20 mstarzinger[heap] Hide MemoryReducer inside the heap component.
2015-08-20 mstarzinger[heap] Hide GCTracer inside the heap component.
2015-08-20 hpayerDon't filter store buffer after sweeping.
2015-08-20 mstarzinger[heap] Move {hidden_string} into the root list.
2015-08-20 mlippautz[heap] Remove unflattened_string_length
2015-08-20 yangguoKeep track of script objects in a weak fixed array.
2015-08-20 domenicAdd experimental, non-snapshotted V8 extras
2015-08-19 mstarzinger[heap] Remove obsolete Heap::sweep_generation field.
2015-08-18 mstarzingerMake heap.h usable without objects-inl.h header.
2015-08-18 mlippautz[api,heap] Fix external GC callbacks.
2015-08-18 yangguoReland of move property loads from js builtins objects...
2015-08-18 yangguoRevert of Remove property loads from js builtins object...
2015-08-18 yangguoRemove property loads from js builtins objects from...
2015-08-14 mstarzingerMake some foo.h headers usable without foo-inl.h header.
2015-08-12 yangguoDo not save script object on the class constructor.
2015-08-12 mstarzingerRemove inline header includes from non-inline headers...
2015-08-11 bmeurer[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
2015-08-11 yangguoRewrite Error.prototype.toString in C++.
2015-08-10 rmcilroy[interpreter] Fix nosnap build for interpreter table...
2015-08-07 mstarzinger[heap] Remove unused support for heap iterator size...
2015-08-07 mstarzinger[heap] Remove unused IntrusiveMarking class.
2015-08-07 mstarzinger[heap] Make the Marking class all static.
2015-08-07 ulanMake sure that memory reducer makes progress in increme...
2015-08-05 mstarzingerFully deprecate FixedArray::CopySize method.
2015-08-04 mlippautzReland: GC: Refactor public incremental marking interfa...
2015-08-04 mstarzingerIntroduce safe interface to "copy and grow" FixedArray.
2015-08-04 adamkRevert of GC: Refactor public incremental marking inter...
2015-08-04 mlippautzGC: Refactor incremental marking interface from heap
2015-08-04 ulanRevert d5419b for regressing v8.top_25_smooth benchmark.
2015-08-04 hpayerChange RecordSlot interface. Make it more robust by...
2015-08-04 ulanUse conservative heap growing factor for background...
2015-08-04 hpayerAdjustLiveBytes and friends takes a heap object pointer...
2015-08-03 mlippautzGC: Refactor incremental marking steps w/ deadline...
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-08-03 mlippautzRemove high promotion mode
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-07-31 mvstantonVectorICs: refactoring to eliminate "for queries only...
2015-07-31 ulanTake into account freed global handles for heap growing.
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
next