| commit | 71b9c6a3eb7cc29430667efec580a7c707ee19dc | [log] [tgz] |
|---|---|---|
| author | Victor Chang <vichang@google.com> | Fri Dec 27 17:24:40 2024 +0000 |
| committer | Victor Chang <vichang@google.com> | Tue Dec 31 14:27:10 2024 +0000 |
| tree | e9522cd15217f7c7d94fa4466bb463ed780cce80 | |
| parent | 9fa26644ed22e0c56300afb79883a52e10052c15 [diff] |
Turn LocaleDataTables into C switch statements It should save memory from initializing std::unordered_map and _set. The generated code size is large (depending on the exact -O options passed to clang), but they should be in the clean pages, rather than dirty pages. Bug: 349675514 Test: atest libandroidfw_tests Change-Id: If1ff8284f7e3bb208d43e63c93e3294d3755890f