Revision: 24517
Author: [email protected]
Date: Fri Oct 10 09:43:48 2014 UTC
Log: Version 3.29.88.5 (merged r24219)
Enable FDO for v8 in android build.
[email protected], [email protected]
BUG=
Review URL: https://codereview.chromium.org/644753002
https://code.google.com/p/v8/source/detail?r=24517
Modified:
/branches/3.29/build/toolchain.gypi
/branches/3.29/src/version.cc
=======================================
--- /branches/3.29/build/toolchain.gypi Mon Aug 25 19:57:56 2014 UTC
+++ /branches/3.29/build/toolchain.gypi Fri Oct 10 09:43:48 2014 UTC
@@ -620,6 +620,12 @@
['target_cxx_is_biarch==1 and nacl_target_arch!="nacl_x64"',
{
'cflags': [ '-m32' ],
'ldflags': [ '-m32' ],
+ }],
+ # Enable feedback-directed optimisation when building in
android.
+ [ 'android_webview_build == 1', {
+ 'aosp_build_settings': {
+ 'LOCAL_FDO_SUPPORT': 'true',
+ },
}],
],
'xcode_settings': {
@@ -644,6 +650,12 @@
['target_cxx_is_biarch==1', {
'cflags': [ '-m64' ],
'ldflags': [ '-m64' ],
+ }],
+ # Enable feedback-directed optimisation when building in
android.
+ [ 'android_webview_build == 1', {
+ 'aosp_build_settings': {
+ 'LOCAL_FDO_SUPPORT': 'true',
+ },
}],
]
}],
=======================================
--- /branches/3.29/src/version.cc Mon Oct 6 13:28:31 2014 UTC
+++ /branches/3.29/src/version.cc Fri Oct 10 09:43:48 2014 UTC
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 29
#define BUILD_NUMBER 88
-#define PATCH_LEVEL 4
+#define PATCH_LEVEL 5
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
--
--
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.