-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#49111Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Currently, the engine launches the thread that hosts the root isolate. The stack sizes are left at the defaults used by the platform. This is currently 512KB on iOS and 1MB on Android. While Flutter provides no guarantee of a specific stack size available to Dart applications, it might be desirable to have some consistency. Since iOS uses 1MB for the main thread, this seems like a fine default.
kpsroka
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team