[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Kyan Optimizer



In article <44a6c1de$0$833$ba4acef3@news.orange.fr>,
 "Guillaume Tello" <houten.van@wanadoo.fr> wrote:

> Hi,
> 
> Has anybody a documentation about the kyan pascal's OPTIMIZER (OP)?
> Or just a short description of its parameters, if any...
> 
> I could use it this way:
> 
> OP P.OUT
> then it outputs a new OP.OUT and a new A.OUT.
> 
> But I don't notice any speed improvement!
> 
> Guillaume. 

If you don't give op a file name, it assumes P.OUT. So I usually just 
type op and manually rename a.out when I copy it.

Sometimes there isn't much speed improvement. The optimization is that 
the system library doesn't have to be loaded; only the routines you use 
get compiled into the executable. You get back the $9000-$BEFF area of 
memory.

-- 
John Matthews
jmatthews at wright dot edu
www dot wright dot edu/~john.matthews/