Front page | perl.perl5.porters |
Postings from July 2011
TPF bug-grant report #71
From:
Dave Mitchell
Date:
July 19, 2011 03:38
Subject:
TPF bug-grant report #71
Message ID:
20110719103837.GF2766@iabyn.com
Spent most of last week working on stuff not directly related to TPF-bug
fixing, but quite exciting nevertheless:
* made the peephole optimiser only recurse shallowly, so that perl doesn't
crash when compiling a long piece of source code;
* reduced the executable size and test-suite execution time of a DEBUGGING
perl by about 10%;
* paved the way for reclaiming a bit in SvFLAGS;
* made the logical ops fully short-circuit, so that for example
($false && $foo1 && $foo2 && $foo3 && $foo4)
fails more quickly
The only TPF work I did was providing a stop-gap fix for the crashes that
occur when using lexical var declarations in re_evals, e.g.
/(?{ my $lex })/
Report for period 2011/07/11 to 2011/07/17 inclusive
SUMMARY
-------
Effort (HH::MM):
0:00 diagnosing bugs
1:35 fixing bugs
0:00 reviewing other people's bug fixes
0:00 reviewing ticket histories
0:00 review the ticket queue (triage)
-----
1:35 TOTAL
Numbers of tickets closed:
0 tickets closed that have been worked on
0 tickets closed related to bugs that have been fixed
0 tickets closed that were reviewed but not worked on (triage)
-----
0 TOTAL
--
Never do today what you can put off till tomorrow.
-
TPF bug-grant report #71
by Dave Mitchell