Re: DJGPP-based DOS interpreter
- Posted by Ken Rhodes <ken_rhodes30436 at yahoo.com> Feb 05, 2002
- 413 views
Oh, Well... thanks for the Heads UP on that feature! :) --- Robert Craig <rds at RapidEuphoria.com> wrote: > > Ken Rhodes writes: > > Does the DJGPP compiler support the "O3" switch to > > "inline" code? > > Yes. > The compile options are pretty much the same as GCC > on Linux. > > I find "O3" usually increases the size of your code > versus "O2", > but rarely improves the speed, and due to poorer > caching of code, > it could even slow you down a bit. > > Regards, > Rob Craig > Rapid Deployment Software > http://www.RapidEuphoria.com > > > > > >