Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 1999 15:24:18 -0600
From:      Nate Williams <nate@mt.sri.com>
To:        Albrecht Kleine <java@ak.sax.de>
Cc:        java@FreeBSD.ORG
Subject:   Re: announce: TYA1.5 released
Message-ID:  <199909302124.PAA00206@mt.sri.com>
In-Reply-To: <199909281713.TAA00604@ak.sax.de>
References:  <199909281713.TAA00604@ak.sax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> the new TYA JIT compiler version 1.5 (GPLed source code
> suiteable for Linux and FreeBSD) is ready for download:

Thanks Albrecht, I just compiled it up on my FreeBSD 2.2.8-stable box
running the latest FreeBSD JDK (1.1.8/9-22) the JDK team made, and it
appears to work fine, but I haven't pushed it hard.  (The demo tests
work fine, including the JNI test after I munged the Makefile to be
FreeBSD specific.)

Note, the README still mentioned TYA 1.4, and the FreeBSD configure
stuff should be upgraded to say J118 instead of J117.  (I'd supply
patches, but I have *NO* idea how configure works ;( )

Also, there are also a couple of warnings (I'm using gcc2.7, so I'm not
sure if they're to be expected), but it doesn't seem to effect the
results.  One if that FreeBSD defines the symbol 'FSCALE', which
conflicts with the definition that TYA also uses.

The others are:
tya.c:156: warning: `IgnoreBadClass' defined but not used
tyaruntime.c: In function `CodeRunner32':
tyaruntime.c:417: warning: passing arg 7 of `do_execute_java_method_vararg' from incompatible pointer type
tyaruntime.c: In function `CodeRunner64':
tyaruntime.c:455: warning: passing arg 7 of `do_execute_java_method_vararg' from incompatible pointer type
tyaruntime.c: In function `CodeRunner32_withDummies':
tyaruntime.c:494: warning: passing arg 7 of `do_execute_java_method_vararg' from incompatible pointer type
tyaruntime.c: In function `CodeRunner64_withDummies':
tyaruntime.c:521: warning: passing arg 7 of `do_execute_java_method_vararg' from incompatible pointer type

Finally, is there anyway to have the copyright line not printed *every*
time TYA is used?  I can (obviously) hack it out of the source, but I'd
rather not do something you don't us doing.

Again, thanks!




Nate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909302124.PAA00206>