I am pleased to announce that The Perl Foundation has been selected as a Google Summer of Code 2019 mentor organization. You can still submit new ideas or propose yourself as a mentor. To add ideas, or to become a mentor, see our GitHub repo. Students can connect with us at our Google Summer of Code page. I appreciate the hard work made by the community volunteers, especially JJ Merelo, ... read more |
This is a monthly report by Tony Cook on his grant under Perl 5 Core Maintenance Fund. We thank the TPF sponsors to make this grant possible. Approximately 54 tickets were reviewed, and 11 patches were applied 8.88 #108276 review #108276 check over committed changes, look to re-work, ask list about PERL_OP_PARENT #108276 cleanup PERL_OP_PARENT detritus #108276 review old patches, re-work, testing #108276 more ... read more |
Jonathan writes: January was a busy and productive month for my Perl 6 grant work. Back in November, I was working on allowing us to lower lexical variables into locals. This is possible when they are not closed over, and allows for generation of more efficient code, which is in turn much easier for backends MoarVM, the JVM, and JavaScript to deal with in their own optimizers. It can also ... read more |
Dave Rolsky taught classes at YAPC/TPC for a number of years and he was compensated for it. As Dave is a new member of the TPF Board and TPF organizes TPC, there is a potential conflict of interest. Dave wishes to continue his class. The typical rate paid by students is in the range of $150-$175 TPC takes a portion of it to cover expense such as venue and the ... read more |
Brrt is untangling the intricacies of floating point expressions so close to the metal in his He provides some of his insights Here is his brief report Last month, I've been busy with floating point support. Getting that ready involved two things: Getting the type system for the expression template precompiler ready. This works now, I'm happy with the result. Fixing the register allocator to support it. This works as ... read more |
This is a monthly report by Tony Cook on his grant under Perl 5 Core Maintenance Fund. We thank the TPF sponsors to make this grant possible. Approximately 27 tickets were reviewed or worked on, and 9 patches were applied. 0.52 Cpan #122912 followup 0.33 #131165 review, make public, comment and close 6.29 #133030 review discussion and my old patch, research #133030 testing, cross-platform testing, fixes ... read more |
Due to the lack of a budget for 2019, the Grants Committee process to request grant proposals is stalled. Once funds for the current year are allocated, we will re-open the RFP process. If you have further questions, please contact me at tpf-grants-secretary at perl-foundation.org. ... read more |
The Perl Foundation is participating in Google Summer of Code again this year. Projects on Perl 5, Perl 6 modules or infrastructure are all equally welcome. Currently we are seeking project ideas and mentors. The GSoC page has some more information on what it means becoming a mentor. Ideas are collected in a GitHub repo, so just open a pull request with your idea. Deadline for project idea and mentor ... read more |
Timo has implemented a new graph for the overview page: Graph items, when selected, display more information such as the file name and line number. The file name and line number are clickable and will take you to the file and line in GitHub. Read more at: ... read more |
Back in August 2018, André Walker reported on his initial work to revitalize the revitalizing of blogs.perl.org. He made the following report to the TPF Grants Committee on 14 Aug 2018 The latest report as of this post can be found here. Short update regarding grant progress. I have most of the major features I wanted to implement already in place, even if some are a bit rough. So it's ... read more |
André Walker reports significant progress on his bold attempt to revitalize blogs.perl.org. He made the following report to the TPF Grants Committee on 3 Jan 2019 I will also backpost another report André made to the Committee in Aug 2018 shortly. The work I set out to do for the grant on blogs.perl.org is almost complete. Here is a breakdown of what is done, what is missing for a first ... read more |
Jonathan Worthington recently requested an extension of his Perl 6 Performance and Reliability Engineering grant. I'm pleased to announce that the Board of Directors approved extension of another $10,000. It'll allow him to dedicate another 167 hours to this work. I would like to thank the community members who took time to comment on this grant extension request and our sponsors who made funding the grant possible through our Perl ... read more |
Jonathan Worthington has requested an extension of $20,000 for his Perl 6 Performance and Reliability Engineering grant. This will allow him to dedicate another 333 hours to this work. His previous work was successfully delivered as reported in the latest reports: July August September October November December Jonathan writes: "I recently wrote about some of the things I plan to work on for Perl ... read more |
Jonathan writes: December came with some travel and vacation, and so wasn't ideal for working on the larger ongoing tasks. I did, however, get in numerous smaller fixes, as well as reducing the overhad on regex matching and improving the performance of regex interpolation. Other fixes included a memory leak that was observed to impact Cro applications, a couple of GC errors, and a crash involving a certain interaction of ... read more |
Jonathan writes: In November I continued my work towards partial escape analysis and related optimiztions in MoarVM. In terms of the analysis itself, I spent some time designing and starting to implement deoptimization handling. If we use the analysis to decide to eliminate an allocation, then this decision will have been made based on specialized code containing guards. In the event these guards fail, we must be able to undo ... read more |
The 2019 DC-Baltimore Perl Workshop will be in Silver Spring, MD, on April 6th, 2019. The call for talks is now open and this year's themes are Perl and related technologies. Proposals can be submitted through the workshop website until Jan 31, 2019. Registration is also open and attendance is free for speakers, students, and people currently between jobs. We hope to see you there! ... read more |
Brrt has hit the ground running on his MoarVM JIT Compiler grant. Here is his interim report: I wanted to start with floating point support, which has two subtasks: Ensure that DynASM encodes SSE instructions with variadic registers correctly. Ensure that the JIT itself accepts and works with floating point registers. I finished the first two of those tasks. For some context, x86-64 instruction encoding rules require an extra byte ... read more |
This is a monthly report by Dave Mitchell on his grant under Perl 5 Core Maintenance Fund. We thank the TPF sponsors to make this grant possible. Another somewhat sparse month. Fixed a couple of bugs and worked my though some of the backlog in my p5p mailbox. SUMMARY: 2:05 RT #133538 refaliasing does not work 1:00 RT #133687 codeblocks mis-parsed in runtime pattern 6:07 process p5p ... read more |
The Grants Committee has received the following grant proposal for the Nov/Dec round. Improve Perl 6 Networking Support Before the Committee members vote on any proposal, we like to solicit feedback from the Perl community. Review the proposals at their individual links and please comment there by December 22nd, 2018. The Committee members will start the voting process following that and the conclusion will be announced shortly after. ... read more |
The Grants Committee has received the following grant proposal for the Nov/Dec round. Before the Committee members vote, we would like to solicit feedback from the Perl community on the proposal. Review the proposal below and please comment here by December 22nd, 2018. The Committee members will start the voting process following that. Improve Perl 6 Networking Support Name: Ben Davies Amount Requested: USD $7200 Synopsis Perl 6 ... read more |