Reviewers: Michael Achenbach,
Description:
Default-enable external startup data for Linux for stand-alone builds.
Notes:
- Other platforms to follow later.
- This follows Chromium practice, that mostly uses this feature these days.
- The statically linked-in startup data will stay. So whoever prefers
the old way just needs to set the flag differently.
Reland crrev.com/959693002, once crrev.com/960883003 is in.
[email protected]
BUG=
Please review this at https://codereview.chromium.org/956373002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+5, -0 lines):
M build/standalone.gypi
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index
741ab6666fb718a06eacf3b6318b34ff43ebd536..99955c6d3231aa95b50ab9ed0b4df14f435d317a
100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -151,6 +151,11 @@
}, {
'clang%': 0,
}],
+ ['(OS=="linux")', {
+ # Gradually roll out v8_use_external_startup_data.
+ # Should eventually be default enabled on all platforms.
+ 'v8_use_external_startup_data%': 1,
+ }],
],
# Default ARM variable settings.
'arm_version%': 'default',
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.