This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Commit 7407a67
Reini Urban
perl5db: hack pad corruption with siggoto (WIP)
The debugger is next to unusable with tailcalls, i.e.
goto signatures, i.e. all tests.
With DEBUGGING it will assert on off-by-one CvDEPTH's (one too many),
without it will not step, no converted dbstate ops.
repro: ./perl -Ilib -d ext/POSIX/t/posix.t1 parent cf537db commit 7407a67
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| 553 | + | |
553 | 554 | | |
554 | 555 | | |
555 | | - | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
556 | 567 | | |
557 | 568 | | |
558 | 569 | | |
| |||
0 commit comments