Date: Wed, 4 Nov 1998 16:57:50 -0500 (EST) From: "Viren R. Shah" <viren@rstcorp.com> To: Hideki Kobayashi <hidekoba@alles.or.jp> Cc: Rogerio Gatto <gatto@widesoft.com.br>, freebsd-java@FreeBSD.ORG Subject: Re: JIT on FreeBSD Message-ID: <199811042157.QAA10548@jabberwock.rstcorp.com> In-Reply-To: <363FE502.8D2C172B@alles.or.jp> References: <BBE7F889EE27D211BB1A00A0C9AC2B8309FEE1@calcio.widesoft.com.br> <363FE502.8D2C172B@alles.or.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "HK" == Hideki Kobayashi <hidekoba@alles.or.jp> writes: >> Does anyone know where I can find a JIT for JDK1.1.6 (or tell me there >> isn't one yet...)? HK> shuJIT (Just In Time compiler for Sun JVM/IA32) ... open source code HK> http://www.shudo.net/jit/index-j.html ... English not available yet HK> http://www.shudo.net/jit/dist/ HK> Supported Platforms HK> JDK 1.1.6 (V98-9-23), FreeBSD 2.2.7R Anyone have this working on -current? I got it to work on -current/ELF by making a link in /usr/lib to /usr/lib/aout/libm.so.2.0 I ran my application on it: without a JIT: 17.69 real 16.11 user 0.28 sys with a JIT: 18.16 real 16.26 user 0.34 sys It actually took more time. Is this possibly due to me running a 2.2.7/AOUT library on a -current/ELF system? or due to the nature of the application? I'll try to compile shujit on -current HK> Hideki Kobayashi <hidekoba@alles.or.jp> Thanks Viren -- Viren R. Shah, {viren @ rstcorp . com} "The one thing you can't trade for your heart's desire is your heart." -- Miles Vorkosigan (Lois McMaster Bujold, Memory) 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?199811042157.QAA10548>