Commit 924c611
committed
Reverse order of loop in MightHaveInterfaceDispatchMap
Presumably the last interfaces on the list are more likely to be coming
from the less nested classes and allow short circuiting the loop earlier.1 parent 7c0f62f commit 924c611
File tree
1 file changed
+1
-1
lines changed- src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments