Comment #1 on issue 3841 by [email protected]: v8 gn build produces invalid snapshot on Android
https://code.google.com/p/v8/issues/detail?id=3841

This is the hack we're using for now:

diff --git a/BUILD.gn b/BUILD.gn
index 62da990..bdf2f09 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -17,7 +17,7 @@ v8_enable_verify_heap = false
 v8_interpreted_regexp = false
 v8_object_print = false
 v8_postmortem_support = false
-v8_use_snapshot = true
+v8_use_snapshot = false
 v8_enable_extra_checks = is_debug
 v8_target_arch = cpu_arch
 v8_random_seed = "314159265"

Unfortunately it requires re-applying every time we gclient sync v8. :(

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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