Re: Vector Byte Arrangement in Wide Implementations
andrew@...
On Thu, Nov 5, 2020 at 4:17 PM Bill Huffman <huffman@...> wrote:
If your per-vector-register predictor works well to begin with, I would think you could extend it with a valid bit that indicates whether to use the prediction or the encoded hint, and it would probably work OK. Right? The saving grace is that the misprediction penalty isn't nearly as extreme as, say, a branch misprediction in an OOO superscalar. If we can get rid of, say, 80% of the hiccups on interprocedure spills and fills (and of course 100% of intraprocedure ones) then the perf impact of the hiccups won't be a huge thing.
|
|