> We already have to read a few registers on this path though, so any > added cost should be hard to measure... I would assume that register reads are not posted, so every one ends up getting serialized and every additional read would hurt a lot, unless you're on a path where performance doesn't matter anyway. - R.