v8/test
mlippautz 30236c052b [heap] Divide available memory upon compaction tasks
- Fairly (round-robin) divide available memory upon compaction tasks.
- Ensure an upper limit (of memory) since dividing is O(n) for n free-space
  nodes.
- Refill from free lists managed by sweeper once a compaction space becomes
  empty.

Assumption for dividing memory: Memory in the free lists is sparse upon starting
compaction (which means that only few nodes are available), except for memory
reducer GCs, which happen in idle time though (so it's less of a problem).

BUG=chromium:524425
LOG=N

Review URL: https://codereview.chromium.org/1382003002

Cr-Commit-Position: refs/heads/master@{#31234}
2015-10-13 11:05:18 +00:00
..
benchmarks [test] Fix status files. 2015-10-07 13:14:28 +00:00
cctest [heap] Divide available memory upon compaction tasks 2015-10-13 11:05:18 +00:00
intl [test] Fix status files. 2015-10-07 13:14:28 +00:00
js-perf-test [es6] Ship rest parameters. 2015-09-28 11:19:35 +00:00
memory Correctly name memory stat for context snapshot size. 2015-04-10 22:36:02 +00:00
message Prohibit let in lexical bindings 2015-10-05 20:29:22 +00:00
mjsunit Check for validity when accessing call site objects in runtime. 2015-10-13 10:53:22 +00:00
mozilla MIPS64: Add big-endian support for mips64. 2015-09-29 17:23:55 +00:00
preparser Reland [swarming] Isolate v8 testing. 2015-10-05 09:48:42 +00:00
promises-aplus Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
simdjs [Swarming] Presort tests - slowest first. 2015-10-01 19:19:17 +00:00
test262 [es6] Stage --harmony-completion. 2015-10-12 12:36:47 +00:00
unittests [Interpreter] Add function literal support. 2015-10-13 09:40:01 +00:00
webkit Improving error messages when adding properties to non JSObject receiver in 2015-10-09 09:12:47 +00:00
default.gyp [swarming] Run unittests together with default tests. 2015-10-06 09:31:49 +00:00
default.isolate [swarming] Run unittests together with default tests. 2015-10-06 09:31:49 +00:00