parrotcode: Garbage Collection | |
Contents | Configuration |
config/auto/gc.pm - Garbage Collection
Checks whether the --gc
command-line option was passed to Configure.pl and sets the memory allocator accordingly.
Eventually,
--gc
will be able to take any of the following values:
gc
libc
malloc
along with src/gc/res_lea.c.
This doesn't currently work.
See [perl #42774].malloc
malloc-trace
So, for the time being, only the default value works.
|