Displaying 2 results from an estimated 2 matches for "fvpt".
Did you mean:
fpt
2015 Jun 17
2
[LLVMdev] RFC - Stop ignoring -fprofile-generate and -fprofile-use
...le options usually used for
instrumenting application to produce profile useful for later recompilation
with profile feedback based optimization. You must use -fprofile-generate both
when compiling and when linking your program.
The following options are enabled: -fprofile-arcs, -fprofile-values, -fvpt.
If path is specified, GCC looks at the path to find the profile feedback
data files. See -fprofile-dir.
-fprofile-use-fprofile-use=pathEnable profile feedback-directed
optimizations, and the following optimizations which are generally
profitable only with profile feedback available: -fbranch-prob...
2015 Jun 17
4
[LLVMdev] RFC - Stop ignoring -fprofile-generate and -fprofile-use
...used for instrumenting application to produce
> profile useful for later recompilation with profile feedback based
> optimization. You must use -fprofile-generate both when compiling
> and when linking your program.
> The following options are enabled: -fprofile-arcs, -fprofile-values, -fvpt.
>
> If path is specified, GCC looks at the path to find the profile
> feedback data files. See -fprofile-dir.
>
> -fprofile-use
> -fprofile-use=path
> Enable profile feedback-directed optimizations, and the following
> optimizations which are generally profitable only wit...