Commit b4a6ac6
committed
Disable stack nested functions for split scope
When we have non-escaping functions in both param and body scope we are
trying to create stack nested functions for them. The problem is we try to
reuse the local frame display. In case of split scope we cannot do that as
both functions should get different frame displays. This changelist
disables stack nested functions inside split scoped functions.1 parent 5f0a0a2 commit b4a6ac6
2 files changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1819 | 1819 | | |
1820 | 1820 | | |
1821 | 1821 | | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
1822 | 1833 | | |
1823 | 1834 | | |
1824 | 1835 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
| |||
0 commit comments