Bob Cadenza wrote:
> 
> I have been getting very slow performance also, but didn't know what
> might be causing it.  Exactly how do you disable the JIT, and what is
> TYA?  I realize I am a newbie, but please enlighten me.

You use a command-line option to choose your JIT (or lack of JIT). For
no jit:

    java ... -Djava.compiler= ... other command-line stuff ...

To use tya:

    java ... -Djava.compiler=tya ... other command-line stuff ...


TYA is a free cleanroom JIT developed without any licensing encumbrances
to Sun. The documentation with TYA gives the full details on
installation and invocation.

As the experience of many in this group shows, TYA is in no imminent
danger of being put out of business by Sun's JIT efforts.

Nathan


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to