diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-23 09:56:07 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-29 00:20:57 -0700 |
commit | 56967202fdb3f5cc825b65c20306a5a04a8d73ad (patch) | |
tree | 074c164c7727137a64e21bcbc70c48cd7ddda3ab /perl.c | |
parent | 8be227ab5eaa23f2d21fd15f70190e494496dcbe (diff) | |
download | perl-56967202fdb3f5cc825b65c20306a5a04a8d73ad.tar.gz |
-DS option for slab allocation
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3000,6 +3000,7 @@ Perl_get_debug_opts(pTHX_ const char **s, bool givehelp) " H Hash dump -- usurps values()\n" " X Scratchpad allocation\n" " D Cleaning up\n" + " S Op slab allocation\n" " T Tokenising\n" " R Include reference counts of dumped variables (eg when using -Ds)\n", " J Do not s,t,P-debug (Jump over) opcodes within package DB\n" |