Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4819 Discussions

Block store forwards and 4MB Aliasing conflict

yinyang2006
Beginner
186 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
186 Views
sorry that was 'push_back'
Reply