Commit b74ea89
authored
flambda-backend: Zero alloc fix assume payload parsing (#2152)
Fix a bug in payload detection for [@zero_alloc assume ..]
Correctly detect the following
[@zero_alloc assume never_returns_normally strict]
payload keywords passed to [parse_ids_payload] must be sorted
alphabetically.1 parent 2ab8999 commit b74ea89
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
273 | | - | |
| 275 | + | |
274 | 276 | | |
275 | 277 | | |
276 | 278 | | |
| |||
0 commit comments