Disable background finalization by default.

R=asiva@google.com

Review-Url: https://codereview.chromium.org/2678423003 .
This commit is contained in:
Ryan Macnak 2017-02-07 14:52:13 -08:00
parent f8f60f1ec4
commit b2d6de619e

View file

@ -45,7 +45,7 @@
"Run optimizing compilation in background") \
R(background_compilation_stop_alot, false, bool, false, \
"Stress test system: stop background compiler often.") \
P(background_finalization, bool, USING_MULTICORE, \
P(background_finalization, bool, false, \
"Run weak handle finalizers in background") \
R(break_at_isolate_spawn, false, bool, false, \
"Insert a one-time breakpoint at the entrypoint for all spawned isolates") \