forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit12b1d0b
authored
Enable tail calls on Debug build of FSharp.Compiler.Private (dotnet#6025)
* Enable tail calls on Debug build of FSharp.Compiler.Private so we do not crash* Enable tail call for netstandard1 parent51000fb commit12b1d0b
File tree
1 file changed
+10
-2
lines changed- src/fsharp/FSharp.Compiler.Private
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
650 | 658 | | |
651 | 659 | | |
652 | 660 | | |
653 | | - | |
| 661 | + | |
654 | 662 | | |
655 | 663 | | |
656 | 664 | | |
| |||
0 commit comments
Comments
(0)