[heap] switch default FreeList strategy to FreeListManyCachedOrigin

This CL enables the FreeList strategy introduced by CL 1762292.

Bug: v8:9329
Change-Id: I73c1399aa9ae9a602f29f208c5543927a1405403
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1765533
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Darius Mercadier <dmercadier@google.com>
Cr-Commit-Position: refs/heads/master@{#63348}
This commit is contained in:
Darius Mercadier 2019-08-22 16:39:28 +02:00 committed by Commit Bot
parent 3bd0dc18f3
commit 90fef305c8

View File

@ -828,7 +828,7 @@ DEFINE_BOOL(
trace_allocations_origins, false,
"Show statistics about the origins of allocations. "
"Combine with --no-inline-new to track allocations from generated code")
DEFINE_INT(gc_freelist_strategy, 0,
DEFINE_INT(gc_freelist_strategy, 5,
"Freelist strategy to use: "
"0:FreeListLegacy. "
"1:FreeListFastAlloc. "