Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Apr 2000 01:28:26 +0900
From:      Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp>
To:        K.J.Koster@kpn.com
Cc:        grossman@securitas.net, freebsd-java@freebsd.org
Subject:   Re: JIT howto's (was: Pre-alpha JDK 1.2.2 patches -- update)
Message-ID:  <55aej9x239.wl@dittohead.is.titech.ac.jp>
In-Reply-To: In your message of "Tue, 04 Apr 2000 15:22:53 %2B0100" <59063B5B4D98D311BC0D0001FA7E452201313A4A@l04.research.kpn.com>
References:  <59063B5B4D98D311BC0D0001FA7E452201313A4A@l04.research.kpn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--Multipart_Wed_Apr__5_01:28:20_2000-1
Content-Type: text/plain; charset=US-ASCII

At Tue, 04 Apr 2000 15:22:53 +0100,
Koster, K.J. <K.J.Koster@kpn.com> wrote:
> 
> > 
> > On January 1st, Albrecht Kleine announced what he called the 
> > final release of his TYA jit compiler. So unless someone has
> > picked it up since then, I guess there won't be any support for
> > TYA. :(
> >
> More precisely (after mailing with Albrecht) he won't be doing new work on
> it. He is looking for a new challange. He did say that he'd do bug fixes.
> 
> If anyone would be kind enough to test TYA and send me a little howto, I
> will put it up with the other two. Fuyuhiko Maruyama has already kindly
> given me the step-by-step howto to get the JIT's to work under the new port.
> I've put it (and the shujit patches) on my web site, under the heading "Sun
> Just in Time Compiler".

I've tried TYA-1.7, and now I can tell you how to build and use TYA
with FreeBSD JDK1.2.2.

Installation:
1. Download tya1.7 (please refer older mail at freebsd-java ML).
2. Extract it.
   $ zcat tya17.tgz | tar xf -
3. Apply patch (attached to this mail).
   $ cd tya1.7
   $ zcat tya.diffs.gz | patch
4. Build and install.
   $ configure --libdir=java
   $ gmake
   $ su
   Password:
   # gmake install

Usage:
$ setenv JAVA_COMPILER tya
$ java YourProgram

> http://web.inter.nl.net/users/kjkoster/java/index.html
Thank you.  This is very useful for me.

--
MARUYAMA Fuyuhiko <fuyuhik8@is.titech.ac.jp>
Matsuoka laboratory,
Department of Mathematical and Computing Sciences,
Graduate School of Tokyo Institute of Technology.


--Multipart_Wed_Apr__5_01:28:20_2000-1
Content-Type: application/octet-stream; type=gzip
Content-Disposition: attachment; filename="tya.diffs.gz"
Content-Transfer-Encoding: base64

H4sICGUS6jgAA3R5YS5kaWZmcwDNVt9zmkAQfpa/YodmMjF46GFAINWJiSQ1be1Mkv546Iwh
cOol9MgAWtu/vsdJMUZFkulDXzhvb3fv2/2WTxBC4IVsRMfTiKiUqWFEx5VrN4FLlwFgwJat
6zZugtZoNCRFUVbcK1+JD93HCECHRsPWjdzz5ATQUauGNVAWy8mJBBLcz0gU05C1b/fu3Zl7
RxmgcUQIX3qpQfXCH480IFF78GngAMrcQevs41sJwrh9O2XuDwIo5ra6T2Z1Ng2CWwnRESQk
TkDeC2MZ2iCf87Sn1z0ZjiGZECahSvds+PH6YnjlXH/+cHMQES8cM/qb+DZkvrzomQtYxeoc
HsMoqS6Ces55f+AcXPbeY9xatZ1fOQ4PTI334WMyDOidT6O2qtb5rzptmkZdlDdMJhFx/VhC
JIiJpPgsgJ2IhddrUKeBG4A/M+fYhb0cfAFJlAAVz40JB/+XUhko49ZKSuNhisY4rKb7ggJO
f0WMCOQGmn2riqEx9JoFCn9iQ8wMT7AJmr4GLfU8Pl5BYB6mxBQiCFzvwQ9/MoHCRDOcR6yx
XhaIwj13c1spxLVGrVnNQ56zumpeslrZgngDq9xzMZfFqDZ1qwhV+X6NaMYffzyhUNs5Qul9
qpZPDz4yay1QsK7zJRufFXDz+by6HBUSu56E+OVirlMQEmR3nb1zzt73BxcHozACITnhCGI6
5vKXkHkCcRJNPf6ugYRWNDQXUCGLXEBbdtOyj442COgG9bSW6mkauIZNUNLV+B/kk3iTkJ+7
3jCR5RI6JAPu7Bs80OPd6HRE3T4ZxeoE3r797nw6l9AbvqdcAhZTA1hCwlwqJhv0p0EvkeDy
+rW17lX5ysoV1FlY/POZLaum6f9MxrYDWXsv895XtneyvE6VZ97MLhZhW2+GNd5BmF8osgWl
rQ+JIuyvV8WXN78kxLwHuxC+Sjm3ws6F88ncWloqm4qlGbnirCklt4mcaUoGsjch3gNlYyiU
SVlWVVWEeNl1iyRyroW21dRsKJkNOvu6kN2P7gNvYrD8cr2ZEugRDzQMDWzrLVs3+SesZQnh
feL9THqbTbtpLqV30Qb+NEUXLrtfuv3B2Yde/6qN+nsH6f60P+Dbap2TQ5kXTH2uqVuP6mPC
pozO4TvvZIHbiLN7F/u73ALKpmkuVOCEwsAvQJQeL/LwIfoHWTiaXXn+VpdOkAQ33asL56bN
Bzv55apxKP0BAHWIBIoMAAA=

--Multipart_Wed_Apr__5_01:28:20_2000-1--


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?55aej9x239.wl>