core: drop bitfields in VTable object
The usual: bitfields make sense as a memory-saving measure when we have many objects of a given type. When the object appears at most in a few copies, the overhead of additional code to access bitfields is more than the savings.
Loading
Please register or sign in to comment