Hello.
I want to use PTS for comparing different compilers in the area of their PGO implementations. As you know, PGO requires:
1) Build test application with instrumentation info
2) Run instrumented application on typical load
3) Recompile application with profile information
Is it possible to do this with PTS?
Thank you.
I want to use PTS for comparing different compilers in the area of their PGO implementations. As you know, PGO requires:
1) Build test application with instrumentation info
2) Run instrumented application on typical load
3) Recompile application with profile information
Is it possible to do this with PTS?
Thank you.
Comment