Reland of "Remove ExternalArray, derived types, and element kinds"
[platform/upstream/v8.git] / src / heap / heap.cc
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 jochenDon't try to get the mark bits of the one ptr filler...
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-22 jochenStore offset between fixed typed array base and data...
2015-07-21 dstencePPC: perf enhancement: Use larger heap page size on...
2015-07-21 mlippautzAdd scavenger events to GC tracer
2015-07-20 hpayerRevert of Reland concurrent sweeping of code space...
2015-07-20 hpayerReland concurrent sweeping of code space.
2015-07-15 epertosoLet the second pass phantom callbacks run in a separate...
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-10 ulanDisable the pending task if the memory reducer is torn...
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-06 machenbachRevert of Concurrent sweeping of code space. (patchset...
2015-07-05 machenbachRevert of Replace reduce-memory mode in idle notificati...
2015-07-05 machenbachRevert of Make ARM compiler happy after 0ecd9e1bd ...
2015-07-02 ulanGrow heap slower if --optimize-for-size flag is on.
2015-07-02 hpayerConcurrent sweeping of code space.
2015-07-02 ulanMake ARM compiler happy after 0ecd9e1bd
2015-07-02 ulanReplace reduce-memory mode in idle notification with...
2015-07-01 erikcorryGC. Delay/avoid entering high promotion mode
2015-07-01 mstarzingerRemove deprecated --flush-code-incrementally flag.
2015-06-26 othReland 'Additional HandleScopes to limit Handle consump...
2015-06-25 Michael StantonVector ICs: Like megamorphic keyed koads, use a dummy...
2015-06-24 yangguoSerializer: clear next link in weak cells.
2015-06-22 adamkUse CHECK_LT in CheckHandleCountVisitor for better...
2015-06-22 jochenKeep track of ArrayBuffers based on collector type...
2015-06-22 bmeurer[turbofan] Some cleanup to the Typer.
2015-06-19 arvRevert of Additional HandleScopes to limit Handle consu...
2015-06-19 othAdditional HandleScopes to limit Handle consumption.
2015-06-18 ulanDampen the old generation allocation limit only after...
2015-06-17 ulanAdd option to compute average scavenge speed w.r.t...
2015-06-17 ulanFix --trace-gc output after 084d1f.
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 yangguoSerializer: support all alignment kinds.
2015-06-16 machenbachRevert of Serializer: support all alignment kinds....
2015-06-16 yangguoSerializer: support all alignment kinds.
2015-06-16 sejunhoFix compile warning [-Wtype-limits]
2015-06-16 wingoAll private symbols are own symbols
2015-06-16 jochenIntroduce a base pointer field in FixedTypedArrayBase...
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 dusan.milosavljevicMIPS64: Fix memory allocation when code range is used...
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-08 erikcorryNever uncommit the whole marking deque in case we can...
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 michael_dawsonAIX: fix another may be uninitialized failure
2015-06-03 sejunhoJust clear semi-space mark bits once before Scavenge
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 bbudgeAdd SIMD 128 alignment support to Heap.
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-02 bbudgeRevert of Add SIMD 128 alignment support to Heap. ...
2015-06-02 bbudgeAdd SIMD 128 alignment support to Heap.
2015-06-02 ishellGlobalDictionary now stores PropertyDetails in Property...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 michael_dawsonFix compile failure for AIX
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-26 hpayerDon't shrink new space based on allocation rate in...
2015-05-22 hpayerIdle old generation limit is used when allocation rate...
2015-05-22 bbudgeGeneralize alignment in heap GC functions.
2015-05-22 hpayerUncommit and shrink semi-spaces only on low allocation...
2015-05-22 machenbachRevert of Revert of Pass GC flags to incremental marker...
2015-05-21 machenbachRevert of Pass GC flags to incremental marker and start...
2015-05-21 ulanPass GC flags to incremental marker and start increment...
2015-05-21 ssidFixing Heap::Available() to return total of all spaces.
2015-05-21 ulanReland "Avoid excessive GCs in small heaps."
2015-05-21 ulanRevert of Avoid excessive GCs in small heaps. (patchset...
2015-05-21 hpayerReduce new space size during idle times only in memory...
2015-05-21 ulanAvoid excessive GCs in small heaps.
2015-05-21 ulanMake new space allocation throughput estimation more...
2015-05-20 hpayerMove code around in IdleNotification.
2015-05-20 hpayerReland Set lower allocation limit in idle notification...
2015-05-20 machenbachRevert of Set lower allocation limit in idle notificati...
2015-05-20 ulanTake freed handles into account when scheduling idle...
next