Q61193: C 6.00 README: Loop Optimization (/Ol) Option Changed

Article: Q61193
Product(s): See article
Version(s): 6.00   | 6.00
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | | mspl13_c
Last Modified: 6-NOV-1990

The following information is taken from the C Version 6.00 README.DOC
file.

Loop Optimization (/Ol)
-----------------------

The loop optimization option (/Ol) in C 6.00 has a different effect
than in C 5.10. To get the equivalent of the C 5.10 /Ol option in C
6.00, use /Ole (loop code optimization and global register
optimization). See Chapter 1 of "Advanced Programming Techniques" and
online help for further details.