Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/davem/contextsB5
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/contextsB5
Show duplicate emailed reports
Filter:
?
David Mitchell: remove dSP from a couple of pp_enter* fns
C
FAIL(F)
cygwin_nt-10.0-wow 2.4.0(0.293/5/3)
x86
gcc 4.9.3
tony # develop-help.com
2016-01-19 16:57:00
Report
N
S
PASS
darwin 14.5.0 (Mac OS X)
Intel Core 2 Duo
cc 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)
tony # develop-help.com
2016-01-19 14:06:00
Report
N
S
PASS
darwin 14.5.0 (Mac OS X)
Intel Core 2 Duo
g++ 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)
tony # develop-help.com
2016-02-07 07:47:00
Report
N
S
PASS
linux 3.16.0-43-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.5.0 (tags/RELEASE_350/final)
perl # greerga.m-l.org
2016-01-22 12:24:00
Report
N
Log
S
PASS
linux 3.16.0-43-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.5.0 (tags/RELEASE_350/final)
perl # greerga.m-l.org
2016-01-22 12:30:13
Report
DB
S
PASS
linux 3.16.0-43-generic [debian]
x86_64
g++ 4.9.1
perl # greerga.m-l.org
2016-01-24 07:25:00
Report
N
Log
S
PASS
linux 3.16.0-43-generic [debian]
x86_64
g++ 4.9.1
perl # greerga.m-l.org
2016-01-22 09:02:00
Report
N
Log
S
PASS
linux 3.16.0-43-generic [debian]
x86_64
g++ 4.9.1
perl # greerga.m-l.org
2016-01-22 09:30:07
Report
DB
S
PASS
linux 3.16.0-43-generic [debian]
x86_64
g++ 4.9.1
perl # greerga.m-l.org
2016-01-24 08:00:09
Report
DB
S
FAIL(F)
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2016-01-19 16:33:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2016-01-20 08:48:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2016-01-20 09:00:08
Report
DB
S
FAIL(F)
openvms V8.4
IA64
HP C V7.3-020
craig.a.berry # gmail.com
2016-01-21 17:59:43
Report
N
S
FAIL(FM)
Solaris 2.11
i386
/opt/solarisstudio12.3/bin/cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2016-01-18 22:59:00
Report
N
S
FAIL(FM)
Solaris 2.11
i386
/opt/solarisstudio12.3/bin/cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2016-01-18 23:30:11
Report
DB
S
David Mitchell: leave_adjust_stacks() fix some code comments
C
David Mitchell: leave_adjust_stacks(): avoid accessing random tmps
C
David Mitchell: make gimme consistently U8
C
David Mitchell: fix -DPERL_GLOBAL_STRUCT_PRIVATE
C
David Mitchell: perlfunc: say what block types 'return' recognises
C
David Mitchell: perlguts: add section on context stack
C
David Mitchell: fix cx_dup for CXt_LOOP_PLAIN
C
David Mitchell: MULTICALL *shouldn't* clear savestack
C
David Mitchell: add blk_old_tmpsfloor shortcut
C
David Mitchell: dMULTICALL: remove unused vars
C
David Mitchell: convert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns
C
David Mitchell: convert CX_PUSHLOOP*/POPLOOP to inline fns
C
David Mitchell: convert CX_PUSHEVAL/POPEVAL to inline fns
C
David Mitchell: convert CX_PUSHFORMAT/POPFORMAT to inline fns
C
David Mitchell: convert CX_PUSHSUB/POPSUB to inline fns
C
David Mitchell: convert CX_PUSH/POP/TOPBLOCK to inline fns
C
David Mitchell: add a few grep and map benchmarks
C
David Mitchell: offset PL_savestack_max by SS_MAXPUSH
C
David Mitchell: add SAVEt_TMPSFLOOR save type and Perl_savetmps()
C
David Mitchell: rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc
C
David Mitchell: eliminate PUSH/POPBASICBLK macros
C
David Mitchell: pp_enteriter: add comment about setting cxt type
C
David Mitchell: consolidate common code in PUSHLOOP_FOR,_PLAIN
C
David Mitchell: PUSHEVAL: make n param an SV rather than a string
C
David Mitchell: PUSHSUB: make retop a parameter
C
David Mitchell: PUSHEVAL: make retop a parameter
C
David Mitchell: PUSHFORMAT: don't use implicit args
C
David Mitchell: PUSHSUB: don't use implicit args
C
David Mitchell: PUSHBLOCK: don't use implicit args
C
David Mitchell: move PL_savestack_ix saving into PUSHBLOCK
C
David Mitchell: PUSH_MULTICALL: use SAVEOP()
C
David Mitchell: eliminate PERL_STACK_OVERFLOW_CHECK
C
David Mitchell: sort compare subs: don't do unnecessary scope work
C
David Mitchell: MULTICALL should clear scope after each call
C
David Mitchell: Document CxLVAL()
C
David Mitchell: CX_POPFOO(): assert cx is of the right type
C
David Mitchell: rename POPFOO() to CX_POPFOO()
C
David Mitchell: pp_redo()): reorder some stuff
C
David Mitchell: optimise bare 'next'
C
David Mitchell: S_unwind_loop(): remove opname param
C
David Mitchell: S_unwind_loop(): return pointer rather than index
C
David Mitchell: factor out common actions in TOPBLOCK and POPBLOCK
C
David Mitchell: dounwind(): do a POPBLOCK for final cx frame.
C
David Mitchell: pp_break(): don't use TOPBLOCK
C
David Mitchell: tweak POPLOOP and CXt_LOOP_* order
C
David Mitchell: fix CxFOREACH
C
David Mitchell: only set CXp_FOR_DEF with CXp_FOR_GV
C
David Mitchell: give POP_SAVEARRAY() macro a cx arg
C
David Mitchell: clarify code comment in pp_goto(()
C
More...