On Wed, Sep 26, 2018 at 2:55 PM, Huw Davies huw@codeweavers.com wrote:
I doubt all of this micro-optimization is really worth it (but please let's not get into a debate about it). If you're going to do this stuff then using a bitfield for initialized and enabled is probably what you want to do.
Huw.
Originally I re-arranged them as part of the other patch to fit better (which added a UCHAR member), which also helps with future expansion, but since it was unrelated I decided to split it. So now it was split it is indeed minor but ok I'll use bitfields then. :-)