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.

BUG=

Please review this at https://codereview.chromium.org/959693002/

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 8ec06fd5e011d44ecd7368f138b99f50fe7582b3..49de3e6d04ee06a5f3022c149a413d2995df4c3e 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.

Reply via email to