hello,
I obtain a curious result with ICC -prof_use. In the asm annotation, i have the following result.
The frequency of a block is 3.9e+11
/// Block 9: epilog Pred: 8 14 Succ: 11 16 -G
// Freq 3.9e+11
but the frequency of predecessors blocks are:
/// Block 14: lexit Pred: 13 Succ: 9 15 -G
// Freq 1.6e+04
// Block 8: Pred: 1 Succ: 9 10 -G
// Freq 2.1e+04
and 2.9e+11 are not equal to (1.6e+04) + (2.1e+04)
Thanks
Nicolas
asm annotation bug?
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.

