| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 908782b commit e75ecf8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # Reset this number to 0 on major V8 upgrades. | |
| 40 | 40 | # Increment by one for each non-official patch applied to deps/v8. | |
| 41 | - 'v8_embedder_string': '-node.10', | ||
| 41 | + 'v8_embedder_string': '-node.11', | ||
| 42 | 42 | ||
| 43 | 43 | ##### V8 defaults for Node.js ##### | |
| 44 | 44 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1106,7 +1106,7 @@ DEFINE_BOOL(baseline_batch_compilation, true, "batch compile Sparkplug code") | |||
| 1106 | 1106 | DEFINE_BOOL_READONLY(concurrent_sparkplug, false, | |
| 1107 | 1107 | "compile Sparkplug code in a background thread") | |
| 1108 | 1108 | #else | |
| 1109 | - DEFINE_BOOL(concurrent_sparkplug, false, | ||
| 1109 | + DEFINE_BOOL(concurrent_sparkplug, ENABLE_SPARKPLUG_BY_DEFAULT, | ||
| 1110 | 1110 | "compile Sparkplug code in a background thread") | |
| 1111 | 1111 | DEFINE_WEAK_IMPLICATION(future, concurrent_sparkplug) | |
| 1112 | 1112 | DEFINE_NEG_IMPLICATION(predictable, concurrent_sparkplug) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments