[PATCH] D17879: [ELF] - Simplify a SymbolBody interface a bit.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 09:31:08 PST 2016


davide added a comment.

Also, about the bit field consumes less memory, I'm note entirely sure of that given the current layout. I sort of feel it like a premature'ish optimization. If Symbolbody turns out to be too big then we can reconsider the whole layout to make it smaller. Also, Type is per-se less than 8 bits, so you can apply your proposed optimization to my field as well.


http://reviews.llvm.org/D17879





More information about the llvm-commits mailing list