Quantcast
Channel: C#
Viewing all articles
Browse latest Browse all 1853

Split Loads

$
0
0

Metric Description

Throughout the memory hierarchy, data moves at cache-line granularity (64 bytes per line). Although this is much larger than many common data types (such as integer, float, or double), unaligned values of these or other types may span two cache lines. Recent Intel® architectures have significantly improved the performance of such 'split loads' by introducing split registers to handle these cases. But split loads can still be problematic, especially if many split loads in a row consume all available split registers.

Possible Issues

A significant proportion of cycles is spent handling split loads. Consider aligning your data to the 64-byte cache line granularity.

See Also


Supplemental documentation specific to a particular Intel Studio may be available at <install-dir>\<studio>\documentation\ .

Inglese

Viewing all articles
Browse latest Browse all 1853

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>