v8/src/heap
ulan aea4f1a704 [heap] Use RAIL mode for initial heap sizing
BUG=chromium:613518

Review-Url: https://codereview.chromium.org/2407153002
Cr-Commit-Position: refs/heads/master@{#41459}
2016-12-02 16:34:12 +00:00
..
array-buffer-tracker-inl.h Revert of [heap] Improve size profiling for ArrayBuffer tracking (patchset #6 id:140001 of https://codereview.chromium.org/2210263002/ ) 2016-08-19 08:17:25 +00:00
array-buffer-tracker.cc [heap] Replace NewSpacePageRange with PageRange 2016-11-25 15:44:32 +00:00
array-buffer-tracker.h Revert of [heap] Improve size profiling for ArrayBuffer tracking (patchset #6 id:140001 of https://codereview.chromium.org/2210263002/ ) 2016-08-19 08:17:25 +00:00
code-stats.cc Refactor the functions related to collecting code statistics to a new class. 2016-06-30 13:21:56 +00:00
code-stats.h Refactor the functions related to collecting code statistics to a new class. 2016-06-30 13:21:56 +00:00
gc-idle-time-handler.cc [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
gc-idle-time-handler.h [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
gc-tracer.cc [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
gc-tracer.h [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
heap-inl.h [heap] Reland: Use store buffer for writes coming from mutator. 2016-11-29 11:57:29 +00:00
heap.cc [heap] Use RAIL mode for initial heap sizing 2016-12-02 16:34:12 +00:00
heap.h [heap] Use RAIL mode for initial heap sizing 2016-12-02 16:34:12 +00:00
incremental-marking-inl.h Make incremental marking tracing format consistent with GC tracing. 2016-08-30 13:46:10 +00:00
incremental-marking-job.cc [heap] Use RAIL mode for initial heap sizing 2016-12-02 16:34:12 +00:00
incremental-marking-job.h [heap] Use RAIL mode for initial heap sizing 2016-12-02 16:34:12 +00:00
incremental-marking.cc [heap] Ensure quick progress of incremental marking near OOM. 2016-11-22 14:44:53 +00:00
incremental-marking.h Revert of [heap] Invoke incremental marking step before allocation. (patchset #1 id:1 of https://codereview.chromium.org/2464393002/ ) 2016-11-03 09:57:00 +00:00
mark-compact-inl.h [heap] Simplify adjusting of live bytes. 2016-11-18 11:11:52 +00:00
mark-compact.cc [Heap] Remove concept of MarkingParity. 2016-11-29 12:10:16 +00:00
mark-compact.h [Heap] Remove concept of MarkingParity. 2016-11-29 12:10:16 +00:00
marking.h [heap] Reland "Remove black pages and use black areas instead." 2016-08-01 09:05:04 +00:00
memory-reducer.cc [heap] Reland "Add a guard for restarting the memory reducer after mark-compact." 2016-11-18 13:50:22 +00:00
memory-reducer.h [heap] Reland "Add a guard for restarting the memory reducer after mark-compact." 2016-11-18 13:50:22 +00:00
object-stats.cc [ic] Remove names table from type feedback metadata. 2016-11-21 10:46:16 +00:00
object-stats.h Do not inline object-stats functions to reduce binary size. 2016-10-17 11:10:08 +00:00
objects-visiting-inl.h [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
objects-visiting.cc [builtins] implement Array.prototype[@@iterator] in TFJ builtins 2016-10-18 02:43:14 +00:00
objects-visiting.h [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode 2016-11-29 12:34:58 +00:00
OWNERS Add myself to heap owners 2015-09-16 07:31:54 +00:00
page-parallel-job.h Reland "[heap] Uncommit marking deque in concurrent task." 2016-10-27 11:30:35 +00:00
remembered-set.h [heap] Assert that there's no recodred slot corresponding to unboxed double field. 2016-11-28 22:25:08 +00:00
scavenge-job.cc [heap] Introduce enum of garbage collection reasons. 2016-09-07 10:03:08 +00:00
scavenge-job.h Make unittests work in component build 2016-10-17 10:02:06 +00:00
scavenger-inl.h [heap] Remove PromotionMode used by Scavenger 2016-10-06 10:14:23 +00:00
scavenger.cc [heap] Simplify adjusting of live bytes. 2016-11-18 11:11:52 +00:00
scavenger.h [heap] Remove PromotionMode used by Scavenger 2016-10-06 10:14:23 +00:00
slot-set.h [heap] Assert that there's no recodred slot corresponding to unboxed double field. 2016-11-28 22:25:08 +00:00
spaces-inl.h [heap] Use safe way to obtain page in PagedSpace::Contains(Address addr). 2016-11-25 17:08:14 +00:00
spaces.cc [heap] Replace NewSpacePageRange with PageRange 2016-11-25 15:44:32 +00:00
spaces.h Use NoBarrier getters and setters for FixedArray. 2016-11-28 20:21:50 +00:00
store-buffer.cc [heap] Reland: Use store buffer for writes coming from mutator. 2016-11-29 11:57:29 +00:00
store-buffer.h [heap] Reduce store buffer size to increase chance to run concurrent store buffer processing thread more often. 2016-11-30 12:17:28 +00:00