Reviewers: Torne,
Description:
Version 3.29.88.5 (merged r24219)
Enable FDO for v8 in android build.
[email protected]
BUG=
Please review this at https://codereview.chromium.org/644753002/
SVN Base: https://v8.googlecode.com/svn/branches/3.29
Affected files (+13, -1 lines):
M build/toolchain.gypi
M src/version.cc
Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index
eddc32979fb4524ac6810afa04d071c6813d90ed..7f3b9e52d91dfab36ad3297e147d94f039664d0b
100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -621,6 +621,12 @@
'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': {
'ARCHS': [ 'i386' ],
@@ -645,6 +651,12 @@
'cflags': [ '-m64' ],
'ldflags': [ '-m64' ],
}],
+ # Enable feedback-directed optimisation when building in
android.
+ [ 'android_webview_build == 1', {
+ 'aosp_build_settings': {
+ 'LOCAL_FDO_SUPPORT': 'true',
+ },
+ }],
]
}],
],
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
b0e559e312a3dc01cfa14efbba2df8556cad222c..84fa941ba672dce4eec7b8482a8072d3f9fac271
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -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.