Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f83e2de

Browse files
authored
Revert "Enable Dart compressed pointers for 64-bit mobile targets (#27975)"
This reverts commit d856fc3.
1 parent 18a40b2 commit f83e2de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,6 @@ def to_gn_args(args):
380380
# on Android.
381381
gn_args['bssl_use_clang_integrated_as'] = True
382382

383-
# Enable pointer compression on 64-bit mobile targets.
384-
if args.target_os in ['android', 'ios'] and gn_args['target_cpu'] in ['x64' , 'arm64']:
385-
gn_args['dart_use_compressed_pointers'] = True
386-
387383
return gn_args
388384

389385
def parse_args(args):

0 commit comments

Comments
 (0)