v8/test/unittests/heap
Ulan Degenbaev b098074891 [heap] Simplify computation of max semi-space size.
The size is now computed as a fraction of the old space size:
- for low memory devices (<512MB) the fraction is 1 / 256.
- for all other devices the fraction is 1 / 128.

The values were chosen to minimize the difference between the new
and the old heuristics.

Bug: v8:9306

Change-Id: I3246fe2d6fc589af6220e2566e3f10fb13470b82
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1632158
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61947}
2019-05-31 13:33:28 +00:00
..
barrier-unittest.cc [heap] Add timeout to Scavenger barrier 2018-10-30 14:28:49 +00:00
bitmap-test-utils.h [heap] Relax accessing markbits in ranges. 2019-02-25 15:28:41 +00:00
bitmap-unittest.cc [heap] Relax accessing markbits in ranges. 2019-02-25 15:28:41 +00:00
code-object-registry-unittest.cc [heap] Make CodeObjectRegistry a separate class. 2019-05-16 18:41:33 +00:00
embedder-tracing-unittest.cc Reland "[heap] Add global memory controller" 2019-05-22 11:32:55 +00:00
gc-idle-time-handler-unittest.cc [heap] Simplify idle notification handler 2019-02-21 12:25:52 +00:00
gc-tracer-unittest.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
heap-controller-unittest.cc [heap] Simplify computation of max semi-space size. 2019-05-31 13:33:28 +00:00
heap-unittest.cc [heap] Simplify computation of max semi-space size. 2019-05-31 13:33:28 +00:00
item-parallel-job-unittest.cc Move relevant files to src/execution 2019-05-22 08:36:33 +00:00
marking-unittest.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
memory-reducer-unittest.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
object-stats-unittest.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
scavenge-job-unittest.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
slot-set-unittest.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
spaces-unittest.cc [cleanup] Avoid {Object::operator->} 2019-05-23 07:52:07 +00:00
unmapper-unittest.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
worklist-unittest.cc [heap] Rename IsGlobalEmpty to IsEmpty 2018-07-03 07:15:34 +00:00