Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable compressed pointers on iOS. (flutter#34001)
Because we are unable to allocate address space without also allocating memory, even unused portions of the compressed heap make less memory available to all other allocators in the process. The memory savings in the compressed heap will only out-weight the lost memory for other allocations if nearly all of the application's memory usage is in Dart, rather than, say, graphics or plugins. Bug: flutter/flutter#105183 Bug: b/235279083
- Loading branch information