~ chicken-core (chicken-5) 7cc6d67d9afc5eaed761127b8947ccc5089af44b
commit 7cc6d67d9afc5eaed761127b8947ccc5089af44b
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Sep 7 12:53:05 2010 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Sep 7 12:53:05 2010 +0200
correctified help text for -inline-limit
diff --git a/csc.scm b/csc.scm
index 1e8a8856..305bbe94 100644
--- a/csc.scm
+++ b/csc.scm
@@ -369,7 +369,7 @@ Usage: #{csc} FILENAME | OPTION ...
-lambda-lift perform lambda-lifting
-disable-stack-overflow-checks disables detection of stack-overflows
-inline enable inlining
- -inline-limit set inlining threshold
+ -inline-limit LIMIT set inlining threshold
-inline-global enable cross-module inlining
-unboxing use unboxed temporaries if possible
-n -emit-inline-file FILENAME generate file with globally inlinable
diff --git a/support.scm b/support.scm
index cfc2261b..143ef741 100644
--- a/support.scm
+++ b/support.scm
@@ -1269,7 +1269,7 @@ Usage: chicken FILENAME OPTION ...
-inline -disable-interrupts'
-disable-stack-overflow-checks disables detection of stack-overflows
-inline enable inlining
- -inline-limit set inlining threshold
+ -inline-limit LIMIT set inlining threshold
-inline-global enable cross-module inlining
-unboxing use unboxed temporaries if possible
-emit-inline-file FILENAME generate file with globally inlinable
Trap