Commit 57d3a7b
committed
pp.c: pp_clonecv reorder TARGs init vs use, universal.c: remove a strlen
dTARGET macro, and macro ARGTARG both deref PL_op. find_runcv() is a fn.
Reorder dTARGET to be after the find_runcv() call so the CC -O1 dedupes
reading inside the OP * between dTARGET/ARGTARG.
Remove 2 strlen() calls at proc start inside Perl_boot_core_UNIVERSAL().1 parent e5ef137 commit 57d3a7b
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1436 | 1436 | | |
1437 | 1437 | | |
1438 | 1438 | | |
1439 | | - | |
1440 | | - | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
1441 | 1443 | | |
1442 | 1444 | | |
1443 | 1445 | | |
| |||
0 commit comments