Revert of [simd.js] Update to spec version 0.8.2. (patchset #11 id:200001 of https...
[platform/upstream/v8.git] / src / heap / heap.h
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
2015-07-24 rmcilroy[interpreter] A couple of minor tweaks to BytecodeArray.
2015-07-24 oth[Interpreter] Add BytecodeArray class and add to Shared...
2015-07-24 ulanExtract function to compute mutator utilization.
2015-07-23 rmcilroy[interpreter] Add basic framework for bytecode handler...
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-13 dannoCreate a internal native context used only for TF-gener...
2015-07-13 mstarzingerRemove unused byte from Map::instance_sizes field.
2015-07-07 ulanStart incremental marking in long idle notification...
2015-07-07 ulanReland "Replace reduce-memory mode in idle notification...
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-07-05 machenbachRevert of Replace reduce-memory mode in idle notificati...
2015-07-02 ulanReplace reduce-memory mode in idle notification with...
2015-07-01 erikcorryGC. Delay/avoid entering high promotion mode
2015-06-25 Michael StantonVector ICs: Like megamorphic keyed koads, use a dummy...
2015-06-22 jochenKeep track of ArrayBuffers based on collector type...
2015-06-22 bmeurer[turbofan] Some cleanup to the Typer.
2015-06-17 ulanAdd option to compute average scavenge speed w.r.t...
2015-06-17 ulanDampen old generation allocation limit after scavenge...
2015-06-16 hpayerOnly shrink new space when we are not in the process...
2015-06-16 sejunhoFix compile warning [-Wtype-limits]
2015-06-15 ulanCompute the heap growing factor based on mutator utiliz...
2015-06-15 jochenReland "Keep track of array buffers in new space separa...
2015-06-14 jochenRevert of Reland "Keep track of array buffers in new...
2015-06-12 jochenReland "Keep track of array buffers in new space separa...
2015-06-12 bmeurerRevert of Keep track of array buffers in new space...
2015-06-12 jochenKeep track of array buffers in new space separately
2015-06-11 bmeurer[turbofan] Materialize all from non-writable roots...
2015-06-11 machenbachRevert of [heap] Unify the immortal immovable root...
2015-06-11 bmeurer[heap] Unify the immortal immovable root detection...
2015-06-10 hpayerBring back high promotion mode to shrink young generati...
2015-06-09 ulanMake old generation allocation throughput stats indepen...
2015-06-08 ulanSample allocation throughput in all idle notifications.
2015-06-05 ulanPrint and save JS stacktrace on OOM crash.
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bbudgeAdd new Float32x4 type for SIMD.js.
2015-06-03 jochenAlso allocate small typed arrays on heap when initializ...
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-29 erikcorryEven without --trace-gc dump the last few GC messages...
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 hpayerScale old generation growing strategy based on allocati...
2015-05-26 ulanAdd old generation allocation throughput computation.
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-22 hpayerIdle old generation limit is used when allocation rate...
2015-05-22 hpayerUncommit and shrink semi-spaces only on low allocation...
2015-05-21 hpayerReduce new space size during idle times only in memory...
next