]> Sergey Matveev's repositories - public-inbox.git/commit
www: avoid `state' usage to perform allocations up-front
authorEric Wong <e@yhbt.net>
Thu, 19 Mar 2020 08:32:54 +0000 (03:32 -0500)
committerEric Wong <e@yhbt.net>
Fri, 20 Mar 2020 18:23:09 +0000 (18:23 +0000)
commita7c58d0ce022671c9170401054a1131b9ec15bfa
treed91a79e28ae215f76f543b78d259dd8ff5dd3478
parent8fb8fc52420ef669c5b9c583d32647e9fbdffd88
www: avoid `state' usage to perform allocations up-front

We want WWW->preload to get as many immortal allocations done
as possible, and the `state' feature from Perl 5.10 prevents that.
lib/PublicInbox/SolverGit.pm
lib/PublicInbox/ViewDiff.pm