[Mono-list] mono --optimize=??
Richard Torkar
richard.torkar@htu.se
Thu, 25 Sep 2003 00:12:16 +0200
On Wed, 2003-09-24 at 23:54, Hamza Karamali wrote:
> Hi,
>
> Is there a way to specifically turn on more than one optimization using
> the --optimize= switch with mono?
I' not sure I understand you correctly but do you mean this?
<taken from "man mono">
--optimize=MODE , -O=mode
MODE is a comma separated list of optimizations. They also allow
optimizations to be turned off by prefixing the optimization name with
a minus sign.
For example, to enable all the optimization but dead code elimination
and inlining, you can use:
-O=all,-deadce,-inline
<end taken>
/Richard
--
"UNIX is basically a simple operating system,
but you have to be a genius to understand the simplicity."