Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Optimization flags
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? 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? Oct 31 2003
|