Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4975 Discussions

Block store forwards and 4MB Aliasing conflict

yinyang2006
Beginner
254 Views
hi,

i am new to intel optimization, i ran a sampling activity and i got 'Block store forwards' and '4MB Aliasing conflict',
the nature of my application is to read 40 bytes of data (10 DWORDS) at a time from a file and push it to a vector, '4MB aliasing conflict' somehow referred to the '::push_back' in my code and 'Block store forwards' referred to the '::read' in my code, can someone help me understand this.

also, is there be a performance gain for resolving this?

thanks.
0 Kudos
1 Reply
yinyang2006
Beginner
254 Views
sorry that was 'push_back'
0 Kudos
Reply