(no title)
_chris_ | 2 years ago
RISC-V consistently wins on L1i footprint.
The complaining is about number of dynamic instructions ("path length"), which can hit you if you don't fuse. Of course, path length might not actually be the bottleneck to raw performance, but it's an easy metric to argue, so a lot of people latch on to it.
snvzz|2 years ago
Ironically, RISC-V does great there[0]. Note this is despite these researchers did not even consider fusion.
0. https://dl.acm.org/doi/pdf/10.1145/3624062.3624233
dzaima|2 years ago
brucehoult|2 years ago