From owner-freebsd-java Fri Apr 30 13:25:38 1999 Delivered-To: freebsd-java@freebsd.org Received: from io.dyn.ez-ip.net (h24-66-174-118.xx.wave.shaw.ca [24.66.174.118]) by hub.freebsd.org (Postfix) with ESMTP id 651341554E for ; Fri, 30 Apr 1999 13:25:34 -0700 (PDT) (envelope-from jake@io.dyn.ez-ip.net) Received: from io.dyn.ez-ip.net (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.dyn.ez-ip.net (8.9.3/8.9.2) with ESMTP id NAA17523 for ; Fri, 30 Apr 1999 13:25:35 -0700 (PDT) (envelope-from jake@io.dyn.ez-ip.net) Message-Id: <199904302025.NAA17523@io.dyn.ez-ip.net> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-java@freebsd.org Subject: shujit port Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 30 Apr 1999 13:25:05 -0700 From: Jake Burkholder Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A port for the shujit compiler is available at http://members.home.net/jburkhol/shujit.tar It requires the elf jdk1.1.7, but could probably be made to work with other versions. Please let me know if it works for you... I've only been able to test it with 4.0-CURRENT. to test it do: >echo "class test{public static void main(String[] argv){}}" > test.java >javac test.java >java -Djava.compiler=shujit test and you should see: shuJIT for Sun JVM/IA-32 Copyright 1998,1999 by SHUDO Kazuyuki See http://www.shudo.net/jit/usage.html. Its the first port I've ever done, I didn't want to send-pr it right away. Any corrections/suggestions for the Makefile etc. are appreciated. I also have a port of JLex I was thinking of submitting, and I'll do the tya JIT if I can get it to work. is devel the right category? Thanks, Jake -- we are but packets in the internet of life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message