Skip to content

Commit 7673bd3

Browse files
committed
Improved inlining
1 parent a529da5 commit 7673bd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sync.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mixin class CoroutineExecutor {
1515
_getOrAddCoroutine(coroutine);
1616
}
1717

18+
@pragma('vm:always-consider-inlining')
1819
Iterator<T> _getOrAddCoroutine<T>(Coroutine<T> coroutine) {
1920
final int id = coroutine.hashCode;
2021
if (_runningCoroutines[id] == null) {

0 commit comments

Comments
 (0)