Questions tagged [pgo]

Profile Guided Optimization is a method of supplying the compiler with data about common flows which should be optimized.

47 questions
0
votes
1 answer

What are these "Expectation failed" messages in VS2010 PGO and how do I fix them?

When I perform the PGO optimization step (using LINK.EXE /LTCG:PGU), the Visual Studio 2010 linker complains: Merging foo!1.pgc 'FOO_EDGE::get_input': Arc 2 --> 4 has negative count (-414343) Expectation failed: f line 4241 'FOO_DELAY::set_delay':…
mrkj
  • 3,041
  • 19
  • 24
-1
votes
1 answer

my .sh script for PGO client setup show error of invalid value?

When I run .sh script I see this error error: error executing template "{{.data.username | base64decode }}:{{.data.password | base64decode}}": template: output:1:19: executing "output" at : invalid value; expected…
1 2 3
4