From f83e51a5ff9689ddba608b92b325224f2e32ff82 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 3 Oct 2006 15:41:47 +0000 Subject: [PATCH] Document -dfaststring-stats --- docs/users_guide/debugging.xml | 11 +++++++++++ docs/users_guide/flags.xml | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index 6bda650..b445627 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -308,6 +308,17 @@ + + + + + Show statistics for the usage of fast strings by the + compiler + + + + + diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 1fd054c..6a18ca5 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1753,6 +1753,12 @@ - + + Show statistics for fast string usage when finished + dynamic + - + + Enable unregisterised compilation static -- 1.7.10.4