forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit941d05c
Optimize unnecessary checks when computing overloads (dotnet#4971)
* do not check if non-abstract class members are implemented in object expression* optimize ApplyAbstractSlotInference on huge number of overloads* rename1 parent2db96a1 commit941d05c
2 files changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10847 | 10847 | | |
10848 | 10848 | | |
10849 | 10849 | | |
10850 | | - | |
| 10850 | + | |
| 10851 | + | |
| 10852 | + | |
| 10853 | + | |
| 10854 | + | |
| 10855 | + | |
10851 | 10856 | | |
10852 | 10857 | | |
10853 | 10858 | | |
| |||
10861 | 10866 | | |
10862 | 10867 | | |
10863 | 10868 | | |
10864 | | - | |
| 10869 | + | |
10865 | 10870 | | |
10866 | 10871 | | |
10867 | 10872 | | |
10868 | | - | |
| 10873 | + | |
10869 | 10874 | | |
10870 | 10875 | | |
10871 | 10876 | | |
| |||
0 commit comments
Comments
(0)