-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b07
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.