Disable PGO for perf builders
Bug: v8:10955 Change-Id: I630d37bce852712cd38f28f443f1bb5f3d9a50bb Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2434331 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Liviu Rau <liviurau@chromium.org> Commit-Queue: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/master@{#70161}
This commit is contained in:
parent
e281dc303e
commit
fedbf2dcb9
@ -432,15 +432,15 @@
|
|||||||
|
|
||||||
# Official configs for arm
|
# Official configs for arm
|
||||||
'official_arm': [
|
'official_arm': [
|
||||||
'release_bot', 'arm', 'hard_float', 'official'],
|
'release_bot', 'arm', 'hard_float', 'official', 'disable_pgo'],
|
||||||
'official_arm64': [
|
'official_arm64': [
|
||||||
'release_bot', 'arm64', 'hard_float', 'official'],
|
'release_bot', 'arm64', 'hard_float', 'official', 'disable_pgo'],
|
||||||
'official_android_arm': [
|
'official_android_arm': [
|
||||||
'release_bot', 'arm', 'android', 'minimal_symbols',
|
'release_bot', 'arm', 'android', 'minimal_symbols',
|
||||||
'android_strip_outputs', 'official'],
|
'android_strip_outputs', 'official', 'disable_pgo'],
|
||||||
'official_android_arm64': [
|
'official_android_arm64': [
|
||||||
'release_bot', 'arm64', 'android', 'minimal_symbols',
|
'release_bot', 'arm64', 'android', 'minimal_symbols',
|
||||||
'android_strip_outputs', 'official'],
|
'android_strip_outputs', 'official', 'disable_pgo'],
|
||||||
|
|
||||||
# Release configs for x64.
|
# Release configs for x64.
|
||||||
'release_x64': [
|
'release_x64': [
|
||||||
@ -514,7 +514,7 @@
|
|||||||
|
|
||||||
# Official configs for x64.
|
# Official configs for x64.
|
||||||
'official_x64': [
|
'official_x64': [
|
||||||
'release_bot', 'x64', 'official'],
|
'release_bot', 'x64', 'official', 'disable_pgo'],
|
||||||
|
|
||||||
# Debug configs for x64.
|
# Debug configs for x64.
|
||||||
'debug_x64': [
|
'debug_x64': [
|
||||||
@ -587,7 +587,7 @@
|
|||||||
|
|
||||||
# Official configs for x86.
|
# Official configs for x86.
|
||||||
'official_x86': [
|
'official_x86': [
|
||||||
'release_bot', 'x86', 'official'],
|
'release_bot', 'x86', 'official', 'disable_pgo'],
|
||||||
|
|
||||||
# Torque compare test
|
# Torque compare test
|
||||||
'torque_compare': [
|
'torque_compare': [
|
||||||
@ -664,6 +664,10 @@
|
|||||||
'gn_args': 'v8_enable_concurrent_marking=false',
|
'gn_args': 'v8_enable_concurrent_marking=false',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'disable_pgo': {
|
||||||
|
'gn_args': 'chrome_pgo_phase=0',
|
||||||
|
},
|
||||||
|
|
||||||
'fuchsia': {
|
'fuchsia': {
|
||||||
'gn_args': 'target_os="fuchsia"',
|
'gn_args': 'target_os="fuchsia"',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user