[Lunar-commits]
CVS: theedge/var/lib/lunar/menu optimize.menu, 1.21, 1.22
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Mar 18 00:35:07 UTC 2005
Update of /var/cvs/lunar/theedge/var/lib/lunar/menu
In directory espresso.foo-projects.org:/tmp/cvs-serv3424
Modified Files:
optimize.menu
Log Message:
Typos
Index: optimize.menu
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/menu/optimize.menu,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- optimize.menu 7 Oct 2004 14:40:28 -0000 1.21
+++ optimize.menu 18 Mar 2005 00:35:05 -0000 1.22
@@ -145,20 +145,20 @@
# Help for speed options.
spd_help)
- MENU="Speed optimizatons"
+ MENU="Speed optimizations"
Speedy_HELP="Optimize to increase performance of generated code"
Risky_HELP="Optimize to increase performance ... by violating ANSI and IEEE FP rules"
- Pointers_HELP="Optimize by omiting frame pointers"
+ Pointers_HELP="Optimize by omitting frame pointers"
Siblings_HELP="Optimize sibling calls"
Profiling_HELP="Generate profiles (For later use with Branching)"
Branching_HELP="Predict branching (For using profiled sources)"
Aliasing_HELP="Enable strict aliasing (enabled by default -O1 and above)"
- Cprop_HELP="Reduce scheduling dependancies and remove copies"
+ Cprop_HELP="Reduce scheduling dependencies and remove copies"
Float_HELP="Enable float store"
Address_HELP="Force memory address"
Align_HELP="Align functions, loops, and jumps"
Expensive_HELP="Perform expensive optimizations"
- Doubles_HELP="Align double, long double, and long long on two word boundries"
+ Doubles_HELP="Align double, long double, and long long on two word boundaries"
Tracer_HELP="Perform tail duplication to enlarge superblock size."
;;
More information about the Lunar-commits
mailing list