Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: BUILD.gn

Issue 1971133002: [gn] Use external startup data by default (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build_overrides/v8.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 38ac768786476006948521a1c3943bb126db2f8b..5d178f6452cc4483508954ae0641d83f4d352eb7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -22,6 +22,10 @@ declare_args() {
# http://v8project.blogspot.com/2015/09/custom-startup-snapshots.html
v8_use_snapshot = true
+ # Use external files for startup data blobs:
+ # the JS builtins sources and the start snapshot.
+ v8_use_external_startup_data = true
Michael Achenbach 2016/05/12 08:06:33 Couldn't find where chromium sets this. Are we may
Michael Achenbach 2016/05/12 09:24:31 OK. Found it: https://code.google.com/p/chromium/c
vogelheim 2016/05/12 12:35:10 Agreed!
+
# Sets -DVERIFY_HEAP.
v8_enable_verify_heap = false
« no previous file with comments | « no previous file | build_overrides/v8.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698