[llvm-commits] CVS: llvm/docs/CommandGuide/stkrc.pod

LLVM llvm at cs.uiuc.edu
Sat Jul 10 18:42:01 PDT 2004


Changes in directory llvm/docs/CommandGuide:

stkrc.pod updated: 1.1 -> 1.2

---
Log message:

- Correct grammar of -s description
- Normalize -s option specification


---
Diffs of the changes:  (+4 -3)

Index: llvm/docs/CommandGuide/stkrc.pod
diff -u llvm/docs/CommandGuide/stkrc.pod:1.1 llvm/docs/CommandGuide/stkrc.pod:1.2
--- llvm/docs/CommandGuide/stkrc.pod:1.1	Sat Jul 10 15:04:02 2004
+++ llvm/docs/CommandGuide/stkrc.pod	Sat Jul 10 18:41:08 2004
@@ -67,11 +67,12 @@
 Force the output to be written. Normally, B<stkrc> won't overwrite an existing
 bytecode file. This option overrides that behavior. 
 
-=item B<-s=stacksize>
+=item B<-s> F<stacksize>
 
 Specify the stack size for the program. The default stack size, 1024, should be
-sufficient for most programs. For very large, programs, you might want to
-provide a larger value.
+sufficient for most programs. For very large programs, especially those that 
+recurse a lot, you might want to provide a larger value. Each unit of this
+value consumes 8 bytes of memory.
 
 =item B<-help>
 





More information about the llvm-commits mailing list