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
bitmap-test-utils.h
bitmap-unittest.cc
code-object-registry-unittest.cc
embedder-tracing-unittest.cc
gc-idle-time-handler-unittest.cc
gc-tracer-unittest.cc
heap-controller-unittest.cc
heap-unittest.cc
item-parallel-job-unittest.cc
marking-unittest.cc
memory-reducer-unittest.cc
object-stats-unittest.cc
scavenge-job-unittest.cc
slot-set-unittest.cc
spaces-unittest.cc
unmapper-unittest.cc
worklist-unittest.cc