Commit ba17861
committed
Perl_newSV - entirely create the new SV within this function.
Since `new_XPV()` was added, this function can handle both branches of
`if (len)` without needing to call any other function. This should be
slightly more efficient for both branches.1 parent 81dcd77 commit ba17861
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6275 | 6275 | | |
6276 | 6276 | | |
6277 | 6277 | | |
6278 | | - | |
6279 | | - | |
6280 | | - | |
6281 | | - | |
| 6278 | + | |
| 6279 | + | |
| 6280 | + | |
| 6281 | + | |
| 6282 | + | |
| 6283 | + | |
| 6284 | + | |
| 6285 | + | |
6282 | 6286 | | |
6283 | 6287 | | |
6284 | 6288 | | |
| |||
0 commit comments