c++ - Optimization flags
- Alex Vinokur (13/13) Oct 31 2003 C:\dm\bin>dmc
- Matthew Wilson (3/16) Oct 31 2003 Dunno, but they're -o+speed and -o+space
- Christof Meerwald (7/8) Oct 31 2003 see http://www.digitalmars.com/ctg/ctgOptimizer.html
- Walter (3/9) Oct 31 2003 There are several, but the only useful ones are -o+speed and -o+space.
C:\dm\bin>dmc Digital Mars Compiler Version 8.35n [---omitted---] -o[-+flag] run optimizer with flag [---omitted---] Where can one see list of optimization flags? -- ===================================== Alex Vinokur mailto:alexvn connect.to http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer =====================================
Oct 31 2003
Dunno, but they're -o+speed and -o+space "Alex Vinokur" <alexvn connect.to> wrote in message news:bntkk3$1u7p$1 digitaldaemon.com...C:\dm\bin>dmc Digital Mars Compiler Version 8.35n [---omitted---] -o[-+flag] run optimizer with flag [---omitted---] Where can one see list of optimization flags? -- ===================================== Alex Vinokur mailto:alexvn connect.to http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer =====================================
Oct 31 2003
On Fri, 31 Oct 2003 14:38:39 +0200, Alex Vinokur wrote:Where can one see list of optimization flags?see http://www.digitalmars.com/ctg/ctgOptimizer.html bye, Christof -- http://cmeerw.org JID: cmeerw jabber.at mailto cmeerw at web.de ...and what have you contributed to the Net?
Oct 31 2003
"Alex Vinokur" <alexvn connect.to> wrote in message news:bntkk3$1u7p$1 digitaldaemon.com...C:\dm\bin>dmc Digital Mars Compiler Version 8.35n [---omitted---] -o[-+flag] run optimizer with flag [---omitted---] Where can one see list of optimization flags?There are several, but the only useful ones are -o+speed and -o+space.
Oct 31 2003