flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.59k stars 327 forks source link

Use Service ID zones where beneficial #8352

Open derekxu16 opened 1 month ago

derekxu16 commented 1 month ago

The APIs for managing Service ID zones have been released in package:vm_service 14.3.0. These APIs can be used to free object IDs when they are no longer needed, to ensure that objects associated with those IDs are not retained for longer than necessary. I believe that using Service ID zones in DAP will have the biggest impact on the memory footprint of debugging, but please check if DevTools can benefit from these APIs in any way.