]> Sergey Matveev's repositories - public-inbox.git/commit
doc: start writeup on semi-automatic memory management
authorEric Wong <e@yhbt.net>
Fri, 17 Apr 2020 10:24:45 +0000 (10:24 +0000)
committerEric Wong <e@yhbt.net>
Sun, 19 Apr 2020 08:51:45 +0000 (08:51 +0000)
commit813163687e2211b6c64c54dc99d92780b9c408fd
tree56463f0403446de1ddef98ad2829a56033a67850
parent0c586dc64b3b6642a894e125d09df446667a4079
doc: start writeup on semi-automatic memory management

I don't consider Perl's memory management "automatic".  Instead,
having an extra bit of control as a hacker is nice and there's
no need to burden ordinary users with GC tuning knobs.
Documentation/technical/memory.txt [new file with mode: 0644]
MANIFEST