Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/davem/contextsB2
smoke-me/tonyc/selfloader-mixed-io-again
smoke-me/tonyc/24407-revert-selfloader
smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
smoke-me/jkeenan/sync-with-cpan-Encode-3.24-20260429
-- I want an older branch --
Reports for branch
smoke-me/davem/contextsB2
Show duplicate emailed reports
Filter:
?
David Mitchell: t/perf/benchmarks: add a few sub and goto tests
C
David Mitchell: pp_entersub: skip resetting @_
C
David Mitchell: improve @_ commentary in pp_goto
C
David Mitchell: eliminate the argarray field from the CX struct
C
David Mitchell: assert that it's safe to remove CX.argarray field
C
David Mitchell: Unwind save stack in sync with POPEVAL
C
David Mitchell: pp_goto: skip restoring PL_comppad
C
David Mitchell: undef *_; goto &f: update cx.argarray
C
David Mitchell: make "for my $lex {}" faster under ITHREADS
C
David Mitchell: eliminate cx->blk_sub.oldcomppad
C
David Mitchell: document unrolled PUSHSUB/POPSUB
C
David Mitchell: save old PL_comppad in CXt_SUB/FORMAT block
C
David Mitchell: pp_entersub: remove extraneous SAVETMPS
C
David Mitchell: pp_goto: SvREFCNT_dec(oldcv) *after* undef test
C
David Mitchell: pp_goto(): reorder LEAVE_SCOPE for consistency
C
David Mitchell: pp_goto: use cx->blk_oldscopesp
C
David Mitchell: SvREFCNT_inc(cv) recursive subs
C
David Mitchell: eliminate an SAVEFREESV(cv) from PUSHSUB
C