Ken Merry needs some additional commands for his SMR work
I need at least one additional command and some flags for my io backpressure work
So I'm bumping these from 8 bits to 16 to keep alignments sane, etc,
Differential D5784
Bump bio_cmd and bio_*flags from 8 bits to 16. imp on Mar 30 2016, 7:55 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Ken Merry needs some additional commands for his SMR work So I'm bumping these from 8 bits to 16 to keep alignments sane, etc,
Diff Detail
Event TimelineComment Actions Note that 32bit accesses are slightly faster than 16bit, on x86. I would go with uint if touching this. Comment Actions I've thought about this for a few days now. I think I'm going to pass on the suggestion. I don't want to push the end of the cached bit of the bio too far out. |