Skip to content

Commit

Permalink
Enable is_high_end_android
Browse files Browse the repository at this point in the history
Improves Speedometer 2.0 scores on Chromium 117 from 44.8 to 77.1,
a whopping 70% performance improvement, all while having smaller binary
size (227mb -> 203mb).

Note that this enables relr, which is only supported on API 28 and up.
Furthermore, PGO profiles must be fetched as mentioned in
https://chromium.googlesource.com/chromium/src.git/+/master/docs/pgo.md
  • Loading branch information
Kaz205 committed Jun 27, 2023
1 parent bba0869 commit a9a811e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .build/production_build_reference/args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ treat_warnings_as_errors = false

# Fast APK
cc_wrapper = "ccache"

is_high_end_android = true

0 comments on commit a9a811e

Please sign in to comment.