Commit 6bb1d47e authored by Ulan Degenbaev's avatar Ulan Degenbaev Committed by Commit Bot

[heap] Re-enable concurrent marking.

Bug: chromium:774644, chromium:694255
Change-Id: I957037b14bf6508e774d6fd1c97239b31f2296e8
Reviewed-on: https://chromium-review.googlesource.com/756893Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49187}
parent 67d543ec
...@@ -87,7 +87,7 @@ declare_args() { ...@@ -87,7 +87,7 @@ declare_args() {
v8_enable_trace_feedback_updates = false v8_enable_trace_feedback_updates = false
# Sets -dV8_CONCURRENT_MARKING # Sets -dV8_CONCURRENT_MARKING
v8_enable_concurrent_marking = false v8_enable_concurrent_marking = true
# Build the snapshot with unwinding information for perf. # Build the snapshot with unwinding information for perf.
# Sets -dV8_USE_SNAPSHOT_WITH_UNWINDING_INFO. # Sets -dV8_USE_SNAPSHOT_WITH_UNWINDING_INFO.
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
'v8_check_microtasks_scopes_consistency%': 'false', 'v8_check_microtasks_scopes_consistency%': 'false',
# Enable concurrent marking. # Enable concurrent marking.
'v8_enable_concurrent_marking%': 0, 'v8_enable_concurrent_marking%': 1,
# Controls the threshold for on-heap/off-heap Typed Arrays. # Controls the threshold for on-heap/off-heap Typed Arrays.
'v8_typed_array_max_size_in_heap%': 64, 'v8_typed_array_max_size_in_heap%': 64,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment