~ chicken-core (chicken-5) 664e83c462717d97eb50885d01ae43e778bf586d


commit 664e83c462717d97eb50885d01ae43e778bf586d
Author:     Felix <bunny351@gmail.com>
AuthorDate: Sun Oct 25 13:05:07 2009 +0100
Commit:     Felix <bunny351@gmail.com>
CommitDate: Sun Nov 8 00:25:15 2009 +0100

    -debug C for compiler syntax

diff --git a/batch-driver.scm b/batch-driver.scm
index 8dbe388c..f4f65010 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -449,7 +449,7 @@
 			 '((##core#undefined))) ] )
 
 	     (when (and (pair? compiler-syntax-statistics)
-			(debugging 'o "applied compiler syntax:"))
+			(debugging 'C "applied compiler syntax:"))
 	       (for-each 
 		(lambda (cs) (printf "  ~a\t\t~a~%" (car cs) (cdr cs)))
 		compiler-syntax-statistics))
diff --git a/manual/Using the compiler b/manual/Using the compiler
index 7a751e2f..a40536db 100644
--- a/manual/Using the compiler	
+++ b/manual/Using the compiler	
@@ -41,6 +41,7 @@ Possible options are:
      t          show time needed for compilation
      b          show breakdown of time needed for each compiler pass
      o          show performed optimizations
+     C          show applications of compiler syntax
      r          show invocation parameters
      s          show program-size information and other statistics
      a          show node-matching during simplification
Trap