wwmp2wmb.exe flags

Posted By: Reconnoiter

wwmp2wmb.exe flags - 09/19/14 11:06

Howdy,

How can I find out what all the compile options are through wwmp2wmb.exe?

Also what does the compile flag '-hiprec' do?

And finally what does the compile flag '-threads' do?

Tia
Posted By: WretchedSid

Re: wwmp2wmb.exe flags - 09/19/14 15:42

Guess based on the names:

-hiprec = Hi-Precision, for more precision when doing calculation
-threads = Number of threads the compiler should spawn to crunch the numbers
Posted By: Reconnoiter

Re: wwmp2wmb.exe flags - 09/19/14 17:43

Thanks wretched one! grin

With your answer I also found this on the wiki under threaded code:

Quote:
Threaded code has better code density than code generated by alternative code generation techniques and alternative calling conventions, at the expense of slightly slower execution speed.[citation needed] However, a program small enough to fit fully in a computer processor's cache may run faster than a larger program that suffers many cache misses.[1]
© 2024 lite-C Forums