DescriptionStop using static arrays for *Tags / *Attrs
Stop using static arrays for *Tags / *Attrs and construct a Vector dynamically
instead. We don't need these static arrays because the callers of get*Attrs() /
get*Tags() already make sure those functions are called only once.
The objective is to decrease memory usage and enable faster loading of the
library on Android by getting rid of relocations. This reduces the number of
relocations by 834 according to relinfo.
BUG=249746
Patch Set 1 #Patch Set 2 : Improve generated code #
Total comments: 5
Patch Set 3 : Rebase on master #Patch Set 4 : Rebase on master #
Total comments: 1
Patch Set 5 : Rebase on master #
Messages
Total messages: 10 (0 generated)
|