Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn compressed pointers on Android for 64 bit architectures. #28388

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

a-siva
Copy link
Contributor

@a-siva a-siva commented Aug 31, 2021

This CL attempts to turn on compressed pointers in the Dart VM on Android for 64 bit architectures.

@google-cla google-cla bot added the cla: yes label Aug 31, 2021
@a-siva a-siva requested a review from zanderso August 31, 2021 17:29
@a-siva
Copy link
Contributor Author

a-siva commented Aug 31, 2021

//cc @rmacnak-google @liamappelbe

@mraleph
Copy link
Member

mraleph commented Sep 1, 2021

@a-siva should we also turn it on for ARM64 Linux in SDK builds so that we start getting performance numbers via Golem that match what we see on Android?

@a-siva
Copy link
Contributor Author

a-siva commented Sep 1, 2021

@a-siva should we also turn it on for ARM64 Linux in SDK builds so that we start getting performance numbers via Golem that match what we see on Android?

makes sense, I don't believe there are cases of customers wanting heaps > 4GB on ARM64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants