Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
16
-
b07
Description
The order of data members in SymbolHashMapEntry wastes space on 64bit platforms. Moving _hash after _symbol would save 8 bytes per entry. It would make no difference on 32bit platforms.