forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
performancePerformance-related topicsPerformance-related topics
Description
https://medium.com/dartlang/dart-2-15-7e7a598e508a#0c15
The feature is currently only enabled for Android 64-bit by default.
Lines 389 to 391 in a0668c0
| # Enable pointer compression on 64-bit mobile targets. | |
| if args.target_os in ['android'] and gn_args['target_cpu'] in ['x64' , 'arm64']: | |
| gn_args['dart_use_compressed_pointers'] = True |
We need to check if it can be enabled for Tizen arm64 targets.
Metadata
Metadata
Assignees
Labels
performancePerformance-related topicsPerformance-related topics