| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0423f7e commit 59e6f62
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 | |
|---|---|---|---|
@@ -936,7 +936,7 @@ DEFINE_BOOL(baseline_batch_compilation, true, "batch compile Sparkplug code") | |||
| 936 | 936 | DEFINE_BOOL_READONLY(concurrent_sparkplug, false, | |
| 937 | 937 | "compile Sparkplug code in a background thread") | |
| 938 | 938 | #else | |
| 939 | - DEFINE_BOOL(concurrent_sparkplug, ENABLE_SPARKPLUG_BY_DEFAULT, | ||
| 939 | + DEFINE_BOOL(concurrent_sparkplug, false, | ||
| 940 | 940 | "compile Sparkplug code in a background thread") | |
| 941 | 941 | DEFINE_WEAK_IMPLICATION(future, concurrent_sparkplug) | |
| 942 | 942 | DEFINE_NEG_IMPLICATION(predictable, concurrent_sparkplug) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments