I am reading http://www.realworldtech.com/sandy-bridge/ and I'm facing some problems in understanding some issues:
The dedicated stack pointer tracker is also present in Sandy Bridge and renames the stack pointer, eliminating serial dependencies and removing a number of uops.
What is a dedicated stack pointer tracker
actually?
For Sandy Bridge (and the P4), Intel still uses the term ROB. But it is critical to understand that, in this context, it only refers the status array for in-flight uops
What does it mean in fact? Please make it clear.