Address_rewriter_rules has strings instead of arrays
Encoded each table in address_rewriter_rules into single strings separated by the null terminator. As a result address_rewriter parses these strings instead. This results in a decrease in binary size due to less read only relocations. Bug: 958792 Change-Id: I672c3541ddc52c9324bccf5f8ccae674c119518d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1682550 Commit-Queue: Sam Maier <smaier@chromium.org> Reviewed-by:Sam Maier <smaier@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#675814}
Showing
This diff is collapsed.
Please register or sign in to comment