Commit 86632ca
committed
refactor: use split_last for multi-processor path, fix changelog
Use split_last() instead of index tracking for the multi-processor
on_end loop. Removes unnecessary break statement and makes the
clone-for-rest, move-for-last intent explicit.
Fix changelog entry to describe what actually changed without
overstating the scope clone savings.1 parent 661c0e3 commit 86632ca
2 files changed
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
242 | 237 | | |
| 238 | + | |
243 | 239 | | |
244 | 240 | | |
245 | 241 | | |
| |||
0 commit comments