pub const Dart_PerformanceMode_Dart_PerformanceMode_Latency: Dart_PerformanceMode;
Expand description

Optimize for low latency, at the expense of throughput and memory overhead by performing work in smaller batches (requiring more overhead) or by delaying work (requiring more memory). An embedder should not remain in this mode indefinitely.