Re: DJGPP-based DOS interpreter

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu