Evaluate cost and benefit of pointer compression #44481
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
vm-aot-memory-footprint
Related to improvements of VM memory footprint for AOT deployments
Milestone
Dart uses 64 bit pointers on 64 bit architectures, even if the device is a small mobile device with less than 4GB of addressable ram.
Enabling pointer compression could substantially reduce memory consumption, but carries a maintenance burden for the VM team - it cannot be the only option since Dart still would need to be able to address >4GB on the server/desktop, and would not want to pay a performance penality for doing so.
Related to #31960
The text was updated successfully, but these errors were encountered: