Commit f6a28d8
committed
stdlib: enable a check for a special case in
The check for the special case if the sequence is an Array was disabled in embedded swift.
It can be enabled because we now remove the cast after specialization.
Saves some code size when appending one array to another array.Array.append(contentsOf:)
1 parent 1d4054c commit f6a28d8
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1254 | 1254 | | |
1255 | 1255 | | |
1256 | 1256 | | |
1257 | | - | |
1258 | 1257 | | |
1259 | 1258 | | |
1260 | 1259 | | |
| |||
1264 | 1263 | | |
1265 | 1264 | | |
1266 | 1265 | | |
1267 | | - | |
1268 | 1266 | | |
1269 | 1267 | | |
1270 | 1268 | | |
| |||
0 commit comments