From owner-freebsd-java Wed Nov 4 13:58:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13797 for freebsd-java-outgoing; Wed, 4 Nov 1998 13:58:49 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from assurance.rstcorp.com ([206.29.49.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13782 for ; Wed, 4 Nov 1998 13:58:41 -0800 (PST) (envelope-from vshah@rstcorp.com) Received: (from uucp@localhost) by assurance.rstcorp.com (8.8.8/8.8.8) id QAA21216; Wed, 4 Nov 1998 16:57:57 -0500 Received: from sandbox.rstcorp.com(206.29.49.63) by assurance.rstcorp.com via smap (V2.0) id xma021212; Wed, 4 Nov 98 16:57:54 -0500 Received: from jabberwock.rstcorp.com (jabberwock [206.29.49.98]) by sandbox.rstcorp.com (8.8.8/8.8.8) with ESMTP id QAA14431; Wed, 4 Nov 1998 16:57:52 -0500 (EST) Received: (from vshah@localhost) by jabberwock.rstcorp.com (8.9.1/8.8.8) id QAA10548; Wed, 4 Nov 1998 16:57:50 -0500 (EST) Date: Wed, 4 Nov 1998 16:57:50 -0500 (EST) Message-Id: <199811042157.QAA10548@jabberwock.rstcorp.com> From: "Viren R. Shah" To: Hideki Kobayashi Cc: Rogerio Gatto , freebsd-java@FreeBSD.ORG Subject: Re: JIT on FreeBSD In-Reply-To: <363FE502.8D2C172B@alles.or.jp> References: <363FE502.8D2C172B@alles.or.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: "Viren R. Shah" X-Face: )~y+U*K:yzjz{q<5lzpI_SVef'U.])9g[C9`1N@]u3,MHY7f*l7C)[_NjM4y4K8$uIUh|\u (K&&HS6,M!61&GMTk'mqmB/Qg]]X}"?TzsFl]"2v!bl8']dma.:^IY^a[lbOI>U:b<~FyK3q-p{HmZ mn~g.`~BE!5{2D:}Yi+\_KkWe?XaHj9$ko1k8iKLYv5*_2c8"G=?Up[}hn+7RNM(bzBZ_wWk6!Pf&B ?3Tcm7M7B~W%K/I0aX3]*=jP?aM]H6HBPT`oLk+0n^_;N\2\%|Rhy;p}34Q.jEsM\qtnxcm;ag%Nq Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "HK" == Hideki Kobayashi 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 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