diegel wrote:These are my preferred mipspro optimization options:Code: Select all
-O3 -mips4 -TARG:platform=IP35:proc=r16000 -OPT:Olimit=0:roundoff=3:alias=TYPED -INLINE
sweet! thanks mate, gonna plug these in and see where i land!
diegel wrote:These are my preferred mipspro optimization options:Code: Select all
-O3 -mips4 -TARG:platform=IP35:proc=r16000 -OPT:Olimit=0:roundoff=3:alias=TYPED -INLINE
gijoe77 wrote:diegel wrote:These are my preferred mipspro optimization options:Code: Select all
-O3 -mips4 -TARG:platform=IP35:proc=r16000 -OPT:Olimit=0:roundoff=3:alias=TYPED -INLINE
sweet! thanks mate, gonna plug these in and see where i land!
foetz wrote:don't unless you know what each of them does. you might want something else or have a different machine or a different compiler version etc.
Code: Select all
OPT:Olimit=0:roundoff=3:alias=TYPED
gijoe77 wrote:eh.. this part here:Code: Select all
OPT:Olimit=0:roundoff=3:alias=TYPED
kinda lost me to be honest
Olimit=n
Specifies that any routine bigger than n should not be
optimized. If -O2 or greater is in effect and a routine is so
big that the compile speed may be slow, the compiler generates
a message indicating the Olimit value that is needed to
optimize. You can recompile with that value of n. The
-OPT:Olimit=0 option is not recommended for general use.
Since we are talking about mame this should be no problem.gijoe77 wrote:best part of learning is falling downfoetz wrote:don't unless you know what each of them does. you might want something else or have a different machine or a different compiler version etc.
man opt and man inline will explain the options.kinda lost me to be honestCode: Select all
OPT:Olimit=0:roundoff=3:alias=TYPED
Code: Select all
CFLAGS = -woffall -O3 -mips4 -TARG:platform=IP35:proc=r16000 -OPT:Olimit=0:roundoff=3:alias=TYPED -INLINE
Code: Select all
-LNO:opt=0
Users browsing this forum: No registered users and 1 guest