| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 00f55f5 commit 95d6045
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | 38 | # Reset this number to 0 on major V8 upgrades. | |
| 39 | 39 | # Increment by one for each non-official patch applied to deps/v8. | |
| 40 | - 'v8_embedder_string': '-node.2', | ||
| 40 | + 'v8_embedder_string': '-node.3', | ||
| 41 | 41 | ||
| 42 | 42 | ##### V8 defaults for Node.js ##### | |
| 43 | 43 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -978,7 +978,7 @@ DEFINE_BOOL(baseline_batch_compilation, true, "batch compile Sparkplug code") | |||
| 978 | 978 | DEFINE_BOOL_READONLY(concurrent_sparkplug, false, | |
| 979 | 979 | "compile Sparkplug code in a background thread") | |
| 980 | 980 | #else | |
| 981 | - DEFINE_BOOL(concurrent_sparkplug, ENABLE_SPARKPLUG_BY_DEFAULT, | ||
| 981 | + DEFINE_BOOL(concurrent_sparkplug, false, | ||
| 982 | 982 | "compile Sparkplug code in a background thread") | |
| 983 | 983 | DEFINE_WEAK_IMPLICATION(future, concurrent_sparkplug) | |
| 984 | 984 | DEFINE_NEG_IMPLICATION(predictable, concurrent_sparkplug) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments