[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Kyan Optimizer
- Subject: Re: Kyan Optimizer
- From: "John B. Matthews" <nospam@nospam.com>
- Date: Sun, 02 Jul 2006 03:30:45 GMT
- Newsgroups: comp.sys.apple2
- Organization: Road Runner High Speed Online http://www.rr.com
- References: <44a6c1de$0$833$ba4acef3@news.orange.fr>
- User-agent: MT-NewsWatcher/3.4 (PPC Mac OS X)
- Xref: g2news2.google.com comp.sys.apple2:9977
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/