-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.dependency: dartDart team may need to help usDart team may need to help usdependency:dart-triagedTriaged by Dart teamTriaged by Dart team
Description
This issue is to track removing a flag that used to be important-ish, but no longer is, and is used across the Flutter codebase.
There used to be a slight performance benefit running with
--disable-dart-devwhen attempting to debug since we used to launch DDS from dartdev, so providing that flag would effectively just tell the VM to skip starting thedartdevisolate and DDS. Now thatdart:_vmserviceis responsible for starting DDS, this isn't really the case anymore.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.dependency: dartDart team may need to help usDart team may need to help usdependency:dart-triagedTriaged by Dart teamTriaged by Dart team