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

Use Service ID zones where beneficial #8352

Open
derekxu16 opened this issue Sep 26, 2024 · 0 comments
Open

Use Service ID zones where beneficial #8352

derekxu16 opened this issue Sep 26, 2024 · 0 comments
Labels
cross-screen Issues that affect multiple DevTools screens, i.e. shared functionality and widgets P2 important to work on, but not at the top of the work list.

Comments

@derekxu16
Copy link
Contributor

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.

@elliette elliette added P2 important to work on, but not at the top of the work list. cross-screen Issues that affect multiple DevTools screens, i.e. shared functionality and widgets labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cross-screen Issues that affect multiple DevTools screens, i.e. shared functionality and widgets P2 important to work on, but not at the top of the work list.
Projects
None yet
Development

No branches or pull requests

2 participants