From: Han-Wen Nienhuys Date: Thu, 28 Dec 2006 00:33:47 +0000 (+0100) Subject: clarify -ddebug-gc-assert-parsed-dead function X-Git-Tag: release/2.11.6-1~53 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af4601c014e391201436016228853776585156e3;p=lilypond.git clarify -ddebug-gc-assert-parsed-dead function --- diff --git a/scm/lily.scm b/scm/lily.scm index 98c84fa34d..7f73a3dfde 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -21,8 +21,8 @@ (check-internal-types #f "check every property assignment for types") (clip-systems #f "Generate cut-out snippets of a score") (debug-gc #f "dump memory debugging statistics") - (debug-gc-assert-parsed-dead - #f "for memory debugging: ensure that all refs to parsed objects are dead.") + (debug-gc-assert-parsed-dead #f "for memory debugging: +ensure that all refs to parsed objects are dead. This is an internal option, and is switched on automatically for -ddebug-gc.") (debug-lexer #f "debug the flex lexer") (debug-midi #f "generate human readable MIDI") (debug-parser #f "debug the bison parser") @@ -395,6 +395,7 @@ The syntax is the same as `define*-public'." (ly:reset-all-fonts) (gc) (gc) + (display "Asserting dead objects\n") (ly:set-option 'debug-gc-assert-parsed-dead #t) (gc) (ly:set-option 'debug-gc-assert-parsed-dead #f)