uarch-bench icon indicating copy to clipboard operation
uarch-bench copied to clipboard

Store forwarding benchmarks

Open travisdowns opened this issue 8 years ago • 1 comments

Create benchmarks that investigate various aspects of store-forwarding behavior, such as:

  • store->load forwarding latency
  • misaligned load scenarios
  • store->load throughput
  • determine how far a load has to be from the aliasing store before store-forwarding apparently stops

travisdowns avatar Sep 05 '17 20:09 travisdowns

Some of this was added in 0f54fa4dea423bad14af100521d47c7afcf45c67 although not all of the types mentioned above were covered.

travisdowns avatar Feb 02 '18 22:02 travisdowns