Reports by commit
Recent reports
Perl5 CoreSmokeDB
Github
Changes
Branch:
blead
maint-5.42
maint-5.40
smoke-me/op_const_sv2
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/op_const_sv2
Show duplicate emailed reports
Filter:
?
Father Chrysostomos: pad.c:cv_clone_pad: Avoid copying sv
C
FAIL(X)
linux 3.13.0-36-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.4 (tags/RELEASE_34/final)
perl # greerga.m-l.org
2014-11-19 23:30:00
Report
N
Log
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.4 (tags/RELEASE_34/final)
perl # greerga.m-l.org
2014-11-05 16:38:00
Report
N
Log
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
clang 4.2.1 Compatible Ubuntu Clang 3.4 (tags/RELEASE_34/final)
perl # greerga.m-l.org
2014-11-05 17:00:12
Report
DB
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-11-06 16:25:00
Report
N
Log
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-11-05 15:04:00
Report
N
Log
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2014-11-05 15:30:11
Report
DB
S
PASS
linux 3.13.0-36-generic [debian]
x86_64
g++ 4.8.2
perl # greerga.m-l.org
2015-08-25 11:16:38
Report
DB
S
PASS
MSWin32 Win2000 SP4
x86
cl 14.00.50727.762
perl # greerga.m-l.org
2014-11-07 08:34:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2014-11-06 20:00:10
Report
DB
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2014-11-06 19:56:00
Report
N
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2014-11-11 03:30:11
Report
DB
S
FAIL(F)
netbsd 5.1.2
amd64
cc 4.1.3 20080704 prerelease (NetBSD nb2 20081120)
tony # develop-help.com
2014-11-11 03:28:00
Report
N
S
FAIL(F)
Solaris 2.11
i386
cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2014-11-08 06:54:00
Report
N
S
FAIL(F)
Solaris 2.11
i386
cc Sun C 5.12 SunOS_i386 2011/11/16
tony # develop-help.com
2014-11-08 07:00:21
Report
DB
S
Father Chrysostomos: Account for state vars when const-izing sub(){$x}
C
Father Chrysostomos: Account for string eval when const-izing sub(){$x}
C
Father Chrysostomos: Make op.c:op_const_sv static
C
Father Chrysostomos: Inline op_const_sv into cv_clone
C
Father Chrysostomos: Make sub () { 0; 3 } inlinable once more
C
Father Chrysostomos: Allow sub():method{CONSTANT} to be inlined
C
Father Chrysostomos: First arg to op_const_sv is never null
C
Father Chrysostomos: Remove SvREADONLY_on from op.c:op_const_sv
C
Father Chrysostomos: op.c:Start the search for const vars at CvSTART
C
Father Chrysostomos: Handle multiple closures in sub(){$x} const-izing
C
Father Chrysostomos: const-optree.t: Correct comment
C
Father Chrysostomos: Don’t inline sub(){ 0; return $x }
C
Father Chrysostomos: Don’t inline sub(){ 0; return $x; ... }
C
Father Chrysostomos: const-optree.t: More tests
C
Father Chrysostomos: Don’t inline sub(){my $x; state sub z {$x} $outer}
C
Father Chrysostomos: Don’t inline sub(){0; $x} if $x changes elsewhere
C
Father Chrysostomos: Restructure const-optree.t
C
Father Chrysostomos: Use ‘behavior’ consistently in perldiag
C
Father Chrysostomos: Deprecate inlining sub(){$x} if $x is changed elsewhere
C
Father Chrysostomos: Put sub(){ ... } constant tests in a new file
C
Father Chrysostomos: pad.c: Move constant closure code
C
Father Chrysostomos: pad.c: Have S_cv_clone_pad return the CV
C
Father Chrysostomos: pad.c:S_cv_clone: Add assertion
C
Father Chrysostomos: Don’t attempt to inline my sub (){$outer_var}
C
Father Chrysostomos: op.c: Record lvalue use of lexicals
C
Father Chrysostomos: Add two new flags for pad names
C
Father Chrysostomos: Update comments about sub(){$x} consting
C
Father Chrysostomos: Don’t turn sub:CustomAttr(){$outer_lex} into a const
C
Father Chrysostomos: Preserve :method in sub:method(){$outer_lex}
C
Father Chrysostomos: Make sub(){$outer_lexical} return a copy each time
C