[baseline] Enable concurrent sparkplug
Bug: v8:12054 Change-Id: I1b0ee1a9541a75412b882b259e421aa6e88317da Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3259658 Auto-Submit: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Toon Verwaest <verwaest@chromium.org> Cr-Commit-Position: refs/heads/main@{#79485}
This commit is contained in:
parent
46cd6c8bb4
commit
f01a609814
@ -711,7 +711,7 @@ DEFINE_BOOL(baseline_batch_compilation, true, "batch compile Sparkplug code")
|
||||
DEFINE_BOOL_READONLY(concurrent_sparkplug, false,
|
||||
"compile Sparkplug code in a background thread")
|
||||
#else
|
||||
DEFINE_BOOL(concurrent_sparkplug, false,
|
||||
DEFINE_BOOL(concurrent_sparkplug, true,
|
||||
"compile Sparkplug code in a background thread")
|
||||
DEFINE_WEAK_IMPLICATION(future, concurrent_sparkplug)
|
||||
DEFINE_NEG_IMPLICATION(predictable, concurrent_sparkplug)
|
||||
@ -719,7 +719,7 @@ DEFINE_NEG_IMPLICATION(single_threaded, concurrent_sparkplug)
|
||||
DEFINE_NEG_IMPLICATION(jitless, concurrent_sparkplug)
|
||||
#endif
|
||||
DEFINE_UINT(
|
||||
concurrent_sparkplug_max_threads, 0,
|
||||
concurrent_sparkplug_max_threads, 2,
|
||||
"max number of threads that concurrent Sparkplug can use (0 for unbounded)")
|
||||
#else
|
||||
DEFINE_BOOL(baseline_batch_compilation, false, "batch compile Sparkplug code")
|
||||
|
Loading…
Reference in New Issue
Block a user