robsize icon indicating copy to clipboard operation
robsize copied to clipboard

ROB size testing utility

Results 2 robsize issues
Sort by recently updated
recently updated
newest added

I made a Python→‘pure’ C version of this that doesn't use runtime code generation, because sometimes that's not kosher. It uses inline assembly, supports aarch64, and is fairly small. https://github.com/Veedrac/microarchitecturometer

SB sizes are off by one because we apply the compensation for the fencing load instruction but it doesn't apply here.