Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA12516; Wed, 14 Feb 96 03:24:12 EST
Received: from liquor.cabi.net by MIT.EDU with SMTP
	id AA21910; Wed, 14 Feb 96 03:23:30 EST
Received: by liquor.cabi.net (8.7.3/8.7.3) id DAA05356; Wed, 14 Feb 1996 03:19:30 -0500
Resent-Date: Wed, 14 Feb 1996 03:19:30 -0500
Date: Wed, 14 Feb 1996 08:17:31 GMT
Message-Id: <9602140817.AA45774@hursley.ibm.com>
To: Neil Archibald <neil@ohio.catapult.com>
Cc: java-linux@java.blackdown.org
Subject: Re: Performance issues 
In-Reply-To: (Your message of Tue, 13 Feb 1996 22:10:20 PST.)
             <Pine.SUN.3.91.960213220809.20726A-100000@ohio> 
From: "Yuk-Lun Wong" <ywong@hursley.ibm.com>
Resent-Message-Id: <"um965.0.XI1.3hP8n"@liquor>
Resent-From: java-linux@java.blackdown.org
X-Mailing-List: <java-linux@java.blackdown.org> archive/latest/1140
X-Loop: java-linux@java.blackdown.org
Precedence: list
Resent-Sender: java-linux-request@java.blackdown.org

One way to *really* speed up your compiles is to compile the
compiler to native code. Check out j2c on

    http://www.webcity.co.jp/info/andoh/java/j2c.html

The current version, although meant to be for the beta2 JDK, compiled
the 1.0 sun.tools.javac.Main just fine.

Yuk-Lun.

